.chromestyle{

font-family:Tahoma; font-size:11px;  color:#ACACAC; text-decoration:none; display:block;  
}



.chromestyle ul{
display:block; padding-top:7px; height:20px;
margin:0;

}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #ACACAC;
padding-bottom:10px; padding-top:9px; 
text-decoration: none;

padding-left:23px; padding-right:23px;
}


.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(../images/hover_image.gif)  no-repeat center center; /*THEME CHANGE HERE*/
color: #ffffff;


}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #E6E6E6; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Tahoma; font-size:11px;  color:#8E8483; text-decoration:none;
line-height:18px;
z-index:100;
background-color:#F3F3F3;
width: 200px;
visibility: hidden;
margin-left:21px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;

color:#000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8E2424;

color:#ffffff;
}