.chromestyle{
width: 100%;
font-weight: bold;
}

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

.chromestyle ul{
border: 0px;
width: 100%;
padding: 0px 0px 0px 0px;
margin:  0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0px 0px 0px 0px;
margin:  0px 0px 0px 0px;
background-image: none;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px 0px 0px;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
}


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

.dropmenudiv{
list-style-type: none;
position:absolute;
top: 0px;
border: 1px solid #A0A0A0; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font:normal 9px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 210px;
visibility: hidden;
color:#7F7F7F;
padding: 0px 0px 0px 0px;
margin: -10px 0px 0px 100px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 210px;
display: block;
text-indent: 7px;
border-bottom: 1px solid #A0A0A0; /*THEME CHANGE HERE*/
padding: 5px 5px 5px 5px ;
text-decoration: none;
font-weight: normal;
background-color: #FFFFFF;
color:#7F7F7F;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
list-style-type: none;
display: block;
text-indent: 0px;
border-bottom: 1px solid #A0A0A0; /*THEME CHANGE HERE*/
padding: 5px 5px 5px 5px ;
text-decoration: none;
font-weight: normal;
background-color: #FFFFFF;
color:#7F7F7F;

}

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

.dropmenudiv li {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	background-image: none;
	color:#848284;
	font-size: 9px;
}