.chromestyle{
	background:url(../../../images/nav-bg.png) repeat-x;
	height: 39px;
	float: left;
	width: 100%;
	margin: 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	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: 11px 20px;
	border-left: 1px solid #72bbdb;border-right: 1px solid #166d9b;
	margin-left: -4px;
	line-height: 40px;
}

.chromestyle ul li a:hover {
	/*background-image: url(../../images/nav_over.jpg);*/
	color:#c21f3e;
}
.chromestyle ul li a.active {
	color: #FFF;
	background: #166d9b;
}
 /*.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;
}
