.chromestyle{
width:82%;
float:left;
text-align:left;
}

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

.chromestyle ul {
padding:2px 0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-family:arial;
font-weight:bold;
color:#ffffff;
font-size:12px;
text-align:left;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0px 16px;
margin:0;
text-decoration: none;
border-right: 1px solid #f5f4f4;
}

.chromestyle ul li a:hover {
color:#000000;
}

.lastchild	{
	border-right: none !important;
	}

.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*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #c7c7c7; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:18px;
z-index:100;
color:#ffffff;
background:#00395a;
visibility: hidden;
opacity :0.9;
text-align:left;
margin-top:4px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
font-size:11px;
padding: 4px 0;
text-decoration: none;
font-weight:bold;
color:#ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#00395a;
opacity :0.5;
/*color:#0099FF;*/
color: #a6e0ff;
}