.chromestyle{
width: 950px;
font-size:14px;
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: 0px solid #BBB;
width: 950px;
/*background-color:#454545;*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
background-color:#373737;
display: inline;
padding: 5px 12px 4px 12px;
margin:0 10px 0 10px;
border:#890F01 1px solid;
width:105px;
height:20px;
}





.chromestyle ul li a{
margin-top:0px;
color: #FFFFFF;
padding: 0px 7px;
text-decoration: none;
border-right: 0px solid #E0E0C2;
text-align: center; 
/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); Add Shadow in IE. Remove if desired*/

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	color:#A6BEDA;
	/*script dynamically adds a class of "selected" to the current active menu item
background: url(chromebg-over.jpg) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border:#890F01 solid 1px;
color:#E0E0C2;
position:absolute;
margin-top:3px;
top: 0;
left: 0;
margin-left:-13px;
border-bottom:#474747 1px solid; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #373737;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
color:#FFFFFF;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #474747; /*THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
font-weight: bold;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3B79AA;
color:#FFFFFF;
}