.chromestyle{
	width: 97%;
	font-weight: bold;
	margin-left: 15px;
}

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

.chromestyle ul{
	border: 1px none #BBB;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 9px 0px 4px;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	padding: 9px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px none #4F0000;
	height: 28px;
	color: #FFAC00;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.chromestyle ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;

}

/*.chromestyle ul li a[rel]:after{ 
	
content: " " url(img/menu-arrow.gif); 
}*/


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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:16px;
	z-index:100;
	background-color: #8A0000;
	width: 125px;
	visibility: hidden;
	margin-top: -1px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;






























filter: progid:DXImageTransform.Microsoft.Shadow(color=#1e1e1e,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
	background-image: url(../img/chromefade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 2px 0px 3px 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: none;
	background-image: url(../img/menudot.gif);
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	text-decoration: none;
}
.dropmenudiv#dropmenu1 a:hover {
	background-color: #2D2D2D;
	color: #FFAC00;
	border-left-width: 4px;
	border-left-style: none;
	border-left-color: #A87200;
}
.dropmenudiv#dropmenu2 a:hover {
	background-color: #2D2D2D;
	color: #FFAC00;
	border-left-width: 4px;
	border-left-style: none;
	border-left-color: #A87200;
}
.dropmenudiv#dropmenu3 a:hover {
	background-color: #2D2D2D;
	color: #FFAC00;
	border-left-width: 4px;
	border-left-style: none;
	border-left-color: #A87200;
}
.dropmenudiv#dropmenu4 a:hover {
	background-color: #2D2D2D;
	color: #FFAC00;
	border-left-width: 4px;
	border-left-style: none;
	border-left-color: #A87200;
}
