.chromestyle{
width: 100%;
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{
width: 100%;
padding:0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#636262;
display:block;
font-size:11px;
font-weight:bold;
padding:0px 11px 10px 11px;
text-align:center;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#bc0905;
background:url(../images/top_nev_hover.jpg) repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color:#f8f8f8;
width:140px;
visibility: hidden;
text-align:left;
margin-top:0px; border-bottom:solid 1px #a10101; border-top:solid 1px #a10101;
/*border:solid 1px #b7b7b7;

border-left:solid 1px #b7b7b7;
border-right:solid 1px #b7b7b7;*/
}


.dropmenudiv a{
font-size:11px;
/*width:160px;*/
width: auto;
display: block;
text-indent: 3px;
/*padding:3px 0px 3px 5px;*/ padding-left:8px;
line-height:24px;
text-decoration: none;
text-align:left;
color:#636262;
}

* html .dropmenudiv a{ /*IE only hack*/
width:160px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width: auto;
display: block;
text-indent: 3px;
background-color:#e1e1e1;
/*padding:3px 0px 3px 5px;*/
text-decoration: none;
color:#bc0905;
text-align:left;
}