.chromestyle{
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold
}

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

.chromestyle ul{
	/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	width: 604px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	position: relative;
	padding: 0px 2px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

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

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


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

.dropmenudiv {
	position: absolute;
	line-height:18px;
	z-index:100;
	width: 150px;
	display: block;
	background-color: #A72326;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	
}


.dropmenudiv a{
	color:#FFFFFF;
	font-weight: bold;	
	display: block;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	text-decoration: none;
	padding: 3px ;
	z-index: 101;
}

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

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