.chromestyle{
width: 100%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 2 px solid #000000; */* menu border color change here */ 
width: 100%;
background: #D4D0C8; /*url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0 px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 3px 20px;
margin: 0;
margin-bottom: 10px;
text-decoration: none;
border-right: 1px solid #D4D0C8; /* border height and color*/
font:normal 11px Verdana;
font-weight: normal;
color: #000000;
font-family: Verdana;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #003366;/*url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
font-weight: normal;
color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: none;
font:normal 11px Verdana;
line-height:14px;
z-index:100;
background-color: #D4D0C8;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
font-family: Verdana;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #003366;
text-decoration: none;
font-weight: normal;
color: #ffffff;
font-family: Verdana;
}