.chromestyle{
	width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
}
.chromestyle  li  a {
	color: #F9F9FB;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	padding-right: 17px;
	padding-left: 16px;
	font: bold 11px/20px Geneva, Arial, Helvetica, sans-serif;
}

#chromemenu  .nobtr a {
	border-width: 0px;
	border-style: none;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	color: #D9F3FF;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
 	margin: 5px 0px 0px -5px;
	padding: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #78828B;
	font: bold 11px/26px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #2B3475;
}
#content .home .leftCon { background: url(../images/left-bg.jpg) no-repeat; }
#content .homeCon {
	line-height: 21px;
}
#contentLeft .line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 13px;
	margin-bottom: 4px;
}
#contentLeft .img {
	margin-top: 10px;
}
.redText {
	color: #FF0000;
	line-height: 30px;
	font-weight: bold;
}
#contentRight .blueBox {
	border: 3px solid #398FC0;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
}
#contentRight .subpageRight .blueBox li {
	margin-left: -20px;
	text-align: left;
	padding-bottom: 7px;
}
