.chromestyle{
	width: 99%;
	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 li{
	display: inline;
}

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


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


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

.dropmenudiv{
	position:absolute;
	top: 0px;
	margin-top: -1px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	z-index:100;
	width: 146px;
	visibility: hidden;
	text-align:left;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #02607A;
}

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

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