.chromestyle{
margin: 0 auto;
padding: 0;
width: 868px;
background: #660000;
position: relative;
top: -23px;
}

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

.chromestyle ul{
border: 0;
width: 100%;
background: #660000; /*THEME CHANGE HERE*/
padding: 1px 0 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-family:Arial,Verdana, 'Trebuchet MS', Arial, sans-serif;
font-size: 1.1em;
font-weight:500;
list-style-type: none;
background: #660000;
padding: 0 5px 0 5px;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
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*/
background: #cc0000; /*THEME CHANGE HERE*/
}

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

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


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

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

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

#dropmenu1 a, #dropmenu1 {
	width: 120px;
	text-align: left;
}

#dropmenu2 a, #dropmenu2 {
	width: 200px;
	text-align: left;
}

#dropmenu3 a, #dropmenu3 {
	width: 180px;
	text-align: left;
}

#dropmenu4 a, #dropmenu4 {
	width: 260px;
	text-align: left;
}

img.chromeDown {
	padding: 0;
	margin: 0;
	border: 0;
}