.chromestyle {
margin:auto;
width:995px;
font-weight: 700;
background:url(images/chromebg_blue_bg-over.jpg) repeat-x;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* --------------------------- 
   PAGE ELEMENTS 
------------------------------ */

.clear {
	clear:both;
}

	
	/* -----------------------------
	   MAIN NAVIGATION                  */
	
#chromeNav{
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

#chromeNav li{
	float: left;
	display: inline;
}

#chromeNav li.first{
	float: left;
	display: inline;
	background: url("images/chromebg_blue_lt.jpg");
	width:15px;
	height:50px;
}

#chromeNav li.last{
	float: right;
	display: inline;
	background: url("images/chromebg_blue_rt.jpg");
	width:15px;
	height:50px;
}

#chromeNav li.divider{
	float: left;
	display: inline;
	background: url("images/chromebg_blue_div.jpg") no-repeat;
	width:2px;
	height:50px;
}

a.chromeBtn{
	display:block;
	float:left;
	padding:19px 10px 0 10px;
	height:50px;
	background: url("images/chromebg_blue_bg-over.jpg") repeat-x;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
html>body a.chromeBtn {
	height:31px;
}

a.chromeBtn:hover, a.chromeBtn.selected{
	color: #333;
	text-decoration: none;
	font-size:12px;
	background: url("images/chromebg_blue_bg.jpg") repeat-x;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin:-6px 0;
border: 0px solid #3288fe; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:200;
background-color: white;
min-width:100px;
width: auto;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 3px 5px 3px 2px;
text-decoration: none;
font-weight: bold;
color: #eee;
white-space: nowrap;
background: #3288fe
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8ecbff;
color: #333;
text-decoration: none;
}

.dropmenudiv .underline {border-bottom:1px solid #9cd3ff}

.dropmenudiv2{
position: absolute;
float:right;
margin:-6px 0 0 0px;
border: 0px solid #3288fe; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:200;
background-color: white;
width: 200px;
visibility: hidden;
}
html>body .dropmenudiv2{
margin:-7px 0 0 0px;
}

.dropmenudiv2 a{
display: block;
padding: 3px 6px 3px 5px;
text-align: right;
text-decoration: none;
font-weight: bold;
color: #eee;
white-space: nowrap;
background: #3288fe
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #8ecbff;
color: #333;
text-decoration: none;
}


.dropmenudiv2 .underline {border-bottom:1px solid #9cd3ff}
.underlined {border-bottom:0px solid #3288fe}

