.chromestyle{
width: 99%;
font-weight: normal;
color:#FFFFFF;
text-decoration:none;
font: normal 13px 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%;
color:#FFFFFF;
padding: 4px 0;

}

.chromestyle ul li{

}

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

.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: 0;
	border-width:1px;
	border-style:solid;
	border-color:#BBB; 
	
	font:normal 12px Arial, Helvetica, sans-serif ;
	line-height:18px;
	
	z-index:100;
	background-color: #1a3765;
	width: 200px;
	visibility: hidden;
 /*Add Shadow in IE. Remove if desired*/
	text-decoration: none;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration:blink;
font-weight: normal;
color: white;
}

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

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