/*.chromestyle{
width: 99%;
font-weight: bold;
}*/

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/*.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; 
padding: 4px 0;
margin: 0;
text-align: center; 
}*/

/*.chromestyle ul li{
display: inline;
}*/

/*.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}*/

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
margin:0px; padding:9px 41px;  background:#01b4a8; color:#FFFFFF; text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv, .dropmenudiv2 {
	position:absolute;
	top: 0;
	border: 1px solid #002337; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px arial;
	line-height:15px;
	z-index:100;
	background: #024266;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#5a5a5a,direction=135,strength=4); *//*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv {
	width:150px;
	}
.dropmenudiv2{
	width: 180px;
	}
#dropmenu1, #dropmenu2, #dropmenu3, #dropmenu4, #dropmenu5, #dropmenu6{	} 


.dropmenudiv a, .dropmenudiv2 a{
width: auto;
display: block;
border-bottom: 1px solid #002337; /*THEME CHANGE HERE*/
padding:7px 10px !important;
text-decoration: none;
color: black;
}

* html .dropmenudiv a, * html .dropmenudiv2 a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover, .dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background:none !important;
background-color:#01b4a8 !important;
color:#FFF;
}
