.chromestyle{
width: 700px;
 font-family:Verdana, Geneva, sans-serif;


}

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

.chromestyle ul{

}

.chromestyle ul li{

}

.chromestyle ul li a{
color:#FFF;

margin: 0;
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*/

 color:#d35d28;
text-decoration:none;
}



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #8198a3; /*THEME CHANGE HERE*/
font:normal 11px  Verdana, Geneva, sans-serif;
line-height:18px;
z-index:1000;
background-color:#000;
width:200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
text-align:left;
width: 200px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c0dcdc; /*THEME CHANGE HERE*/
padding: 4px;
text-decoration: none;
font-weight: normal;
color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#d35d28;
background:url(../images/dropmenua.gif) scroll 3px;
background-repeat:repeat-x;
}