.chromestyle{
font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.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%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
	font-size: .8em;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 2px 4px;
	margin: 0;
	text-decoration: none;
	border-style: none;

}

.chromestyle ul li a:hover{
	color: #0047AB;
	background: #FFFFFF;
	
}

.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;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: .8em;
	line-height:22px;
	z-index:100;
	background-color: #0033CC;
	width: 120px;
	visibility: hidden;
	}
	
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	font-size: .8em;
	line-height:22px;
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
height: auto;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #003399;
}
* html #dropmenu1 {
	margin-top: 9px;
}