.chromestyle{
width: 100%;
font-weight: normal;
}

.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%;
height:60px;
background: transparent url(blue_menubg.jpg) no-repeat 0 0;
padding-left: 10px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: block;
	float:left;
	width: 154px;
	height:60px;
}

.chromestyle ul li a{
	color: #0064b0;
	margin:0px;
	text-decoration: none;
	display: block;
	width: 150px;
	height:60px;
	background: transparent url(white_button.png) no-repeat scroll left top;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-style:normal;
}
.chromestyle ul li a:hover
{
	color: #0064b0;
	text-decoration:none;
	background: transparent;
	text-align:center;
	display: block;
	width: 150px;
	height:60px;
vertical-align:middle;
font-weight:bold;
font-style:normal;

}
.chromestyle ul li a:hover , .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
background: transparent url(white_button.png) no-repeat scroll left bottom;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-top: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 12px Verdana;
line-height:20px;
z-index:100;
/*background-color: #0090fd;*/
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #0064b0;
font-weight: bold;
background: transparent url(chromebg_white.jpg) repeat-x scroll left top;
font-style:normal;
text-indent:13px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #0064b0;
/*background-color:#0060A8; */
background: transparent url(chromebg_white.jpg) repeat-x scroll left bottom;
font-weight:bold;
font-style:normal;
}
