.chromestyle
{
width: 99%;
font-weight: bold;
color:#FFFFFF;
text-decoration:none;
font: bold 13px Calibri;
}

.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
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: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #FFFFFF;
}

.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;
	border-width:1px;
	border-style:solid;
	border-color:#BBB; 
	font:normal 12px Calibri ;
	line-height:18px;
	
	z-index:100;
	background-color: #1a3765;
	width: 200px;
	visibility: hidden;
 /*Add Shadow in IE. Remove if desired*/
	text-decoration: none;
	text-align:right;
	direction:rtl;
}



.dropmenudiv text
{
padding-right:5px;
}

.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: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#F9F9F9;
color:#000000;
}