.chromestyle{
	display:block; float:right;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../images/0linkbg.gif);
	background-repeat: repeat-x; height:24px; overflow:hidden;
}

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

.chromestyle ul{
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
  border:0px solid blue; padding:0px;
}

.chromestyle ul li{
display: block; height:24px; float:left; border:0px solid red;
}

.chromestyle ul li a{
color: #0a2674;
padding-left:10px; padding-right:10px; line-height:24px;
margin: 0; display:block;
text-decoration: none;
border-right: 1px solid #DADADA;
}

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


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 180px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding-left:4px;
text-decoration: none;
font-weight: bold;
color: #0a2674; height:24px;
}
.dropmenudiv a:hover{
	color: #0587CD;
	text-decoration: none;
}

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

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