.chromestyle{
width: 100%;
padding:0px;
margin: 0px;
}
.chromestyle:unknown {
	CLEAR: both; 
	DISPLAY: block; 
	VISIBILITY: hidden; 
	HEIGHT: 0px; 
	content: "."
}
chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
padding:0px; 
margin: 0px;
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px;
margin: 0px;
text-decoration: none;
border-right: 0px solid #DADADA;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin: 0px;
border-bottom: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
font:normal 12px Arial;
width: 185px;
line-height:14px;
z-index:100;
background-color: white;
visibility: hidden;
text-decoration: none;
}

.dropmenudiv a{
width: auto;
display: block;
padding: 4px 0;
border-bottom: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
text-decoration: none;
text-indent: 8px;
background-color: #FFFFFF;
color: #9E1720;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #867833;
}