.chromestyle{
width: 99%;
font-weight: bold;
font-size:11px;
font-family:"Times New Roman", Times, serif;

}

.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%;
padding: 10px 0px;
_padding: 0px 0px;
margin-left: 250px;
_margin-top:10px;
_margin-bottom:0px;
text-align: left; 
}*/

.chromestyle ul{
width: 730px;
padding: 10px 0px;
_padding: 0px 0px;
margin-left: 250px;
_margin-top:10px;
_margin-bottom:0px;
text-align: left; 
}

.chromestyle ul li{
display: inline;
text-align:center;

}

.chromestyle ul li a{
color: #FFF;
padding-left:7px;
padding-right:8px;
text-decoration: none;

}

.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*/
color:#c2aca6;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px "Times New Roman", Times, serif;
color: white;
background-color:#301b17;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
margin-left:-19px;
margin-top:7px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding-top:2px;
padding-left:10px;
margin-left:-0px;
margin-bottom:5px;
text-decoration:none;
font-weight: bold;
color: white;
}

.dopmenudivtext {
margin-left:13px;
text-decoration:underline;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:link{ /*THEME CHANGE HERE*/

padding-top:2px;
margin-bottom:5px;

background-color: #301b17;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/

padding-top:2px;
margin-bottom:5px;

background-color: #301b17;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

padding-top:2px;
margin-bottom:5px;

background-color: #301b17;
color:#c2aca6;
}