.chromestyle{
width: 100%;
}

:after.chromestyle{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul
{
	width: 100%;
	padding: 2px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	text-decoration: none;
	font-family: Arial;
	font-size: 20px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #EDEBD9;
margin: 0;
text-decoration: none; padding-left:0px; padding-right:20px; padding-top:2px; padding-bottom:2px
}

.chromestyle ul li a:hover
{
color: #c2bfa7;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu #########text-indent: 10px; */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #777365; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #c2bfa7;
width: 200px;
visibility: hidden;
colour:#c2bfa7

}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #777365; /*THEME CHANGE HERE*/
padding: 2px 0px 0px 10px;
text-decoration: none;
color: #666666;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e4e2cf;
}
