.surround {
	background-color : #8E8375;
	padding : 1px;
	width: 765px;
}
.chromestyle{
width: 760px;
font-family : Verdana, Arial;
font-weight : 100;
color : #FFFFFF;
font-size : 9px;
padding : 1px;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-left : 1px solid #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background-color : #8E8375;
padding: 4px 0;
margin-top : 0px;
margin-left : 0px;
margin-bottom : 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding-left : 8px;
padding-right : 7px;
}

.chromestyle ul li a, .chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:hover, .chromestyle ul li a:active {
font-size : 10px;
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-color : #8E8375;*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size :10px;
font-family: Verdana;
color : #FFFFFF;
line-height:18px;
z-index:100;
background-color: #8E8375;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:hover, .dropmenudiv a:active {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
font-size : 10px;
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

#dropmenu1 a:hover{ /*THEME CHANGE HERE*/
background-color: #8C909B;
}
#dropmenu2 a:hover{
	background-color: #947A99;
}