.chromestyle{
	top:2.5em;
	font-weight: bold;
	left:18em;
	width: 94%;
	float: left;

	padding-top: 0;
}

.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 solid #BBB;
	width: 100%;
	background: url(/images/bannerbgd1.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #000000;
	padding: 0.4em 0.7em 0.4em 0.7em;
	line-height: 1.8em;
	margin: 0px;
	text-decoration: none;
	border-right: 0px solid #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.chromestyle ul li a:hover{
background: url() center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0px;
	font:normal 1.1em/1.8em Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: #9999CC;
	width: 20em;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border-top: 0px solid #FFCC00;
	border-right: 0px solid #FFCC00;
	border-bottom: 0px solid #FFCC00;
	border-left: 0px solid #FFCC00;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0.7em;
border-bottom: 1px solid #FFCC00; /*THEME CHANGE HERE*/
padding: 0.2em 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

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