.chromestyle{
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
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*/
	text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #8C261A;
color:#FFFFFF;
width:195px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffa600,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
filter:alpha(opacity=80);
-moz-opacity:0.8;	
-khtml-opacity: 0.8;	
opacity: 0.8; 
}


.dropmenudiv a:active, .dropmenudiv a:visited, .dropmenudiv a:link{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color:#FFFFFF;
font-size:10px;
padding-left:8px;
margin:2px;
border-bottom:1px dashed #880000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-decoration:none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffa600;
text-decoration:none;
color:#000000;
}