.chromestyle{
border-top: 1px solid #FFF;
	background-image:url(../../images/bg-main-nav.jpg);
	background-repeat: repeat-x;
	height: 43px;
}

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

.chromestyle ul{
	padding: 5px;
	margin-top: 3px;
	text-align: center;
}

.chromestyle ul li{
	display: inline;	
	font: bold 14px "arial";	
	list-style: none;
}

.chromestyle ul li a{
	color: #FFF;
	text-decoration: none;
	padding: 12px 12px;
}

.chromestyle ul li a:hover{
	/*background-image: url(../../images/nav_over.jpg);*/
	background-image:url(../../images/bg-main-nav-over.jpg);
	background-repeat: repeat-x;
	padding: 11px 12px;
	color:#034289;
}

 /*.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: 2px solid #BBB; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #1f5584;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 5px 0;
text-decoration: none;
color: #FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #80c5ff;
color: #1f5584;
}