	.chromestyle{
	width: 100%;
	height:40px;
}
.MenuText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	line-height:40px;
	padding-right:15px;
	
}	

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;  
clear: both; 
visibility: hidden;
}

.chromestyle ul{/*THEME CHANGE HERE*/
margin-left: 0px;
padding-left:0px;
margin-top:0px;
text-align: center; /*set value to "left", "center", or "right"*/
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	margin: ;
	text-decoration: none;
	color: #FFFFFF;
	text-align:center;
}

.chromestyle ul li a:hover{
text-decoration:underline;
}

.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: 0;
	border: 1px dotted;
	border-color:#999999;
	border-bottom-width: 1;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:20px;
	z-index:100;
	margin-top:12px;
	background-color: #E6E6E6;
	width: 200px;
	visibility: hidden;
	text-align:left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent:3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #999999;
	color: #FFFFFF;
}
.chromestyle ul II {
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
