/*.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:#00647b; color:#FFFFFF; text-decoration:none;*/
background:#4fa2b2 url(../images/top-mnu-bk-act.jpg) repeat-x;
}

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

.dropmenudiv2 {
	width: 210px;
	position:absolute;
	top:0px ;
	left:0px;
	z-index:1000;
	border: 1px solid #004863; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:25px;
	background:#014e87 url(../images/mnu-bk1.jpg) top left repeat-x;
	visibility: hidden;
	font-weight:bold;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#5a5a5a,direction=135,strength=4); *//*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv {
	width:150px;
	}

#dropmenu1, #dropmenu2, #dropmenu3, #dropmenu4, #dropmenu5, #dropmenu6{	} 

.dropmenudiv a, .dropmenudiv2 a{
width: auto;
display: block;
border-bottom: 1px solid #004863; /*THEME CHANGE HERE*/
padding:0px 10px !important;
text-decoration: none;
color: black;
background:#014e87 url(../images/mnu-bk1.jpg) top left repeat-x;
}

* 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:#00647b;*/
color:#FFF;
background:#8cc63e url(../images/mnu-bk2.jpg) top left repeat-x !important;
}
