.chromestyle{
	width: 100%;
	height: 30px;
}

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

.chromestyle ul{
width: 100%;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	float: left;
	line-height: 30px;
	height: 40px;
	padding: 0 9px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.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: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0px; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 140px;
	visibility: hidden;
	background-color: #FFFFFF;
	margin-top: 5px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 7px 15px;
	text-decoration: none;
	color: #355282;
	text-align: left;
	font-size: 12px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	background-color: #355282;
	text-decoration: none;
}
