.chromestyle{
float:left;
margin:0px;
padding:0px;
width:811px;
border:0px solid #0033FF;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
padding: 0px;
margin: 0px;
width:811px;
}

.chromestyle ul li{
display: inline;
margin:0px;
padding:0px;
width:auto;
float:left;
}

.chromestyle ul li a{
color: #494949;
padding: 0px;
margin: 0px;
text-decoration: none;
border-right: 0px solid #DADADA;
float:left;
}

.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;*/
margin:0px; /*THEME CHANGE HERE*/
padding:0px;
float:left;
}

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

.dropmenudiv{
position:absolute;
margin:0px;
padding:0px;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #ffefdb;
width: 160px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #de9d4e; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
float:left;
}

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

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