.chromestyle{
	margin:0px;
	padding:0px 0px 0px 0px;
	background-color:#3A2C00;
	height:59px;
	background-repeat:repeat-x;
	display:block;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.chromestyle ul li{
	display: inline;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.chromestyle a{
	display:block;
}


.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:0px;
margin:13px 0px 0px 0px;
font:bold 11px Tahoma, Verdana, SansSerif;
line-height:18px;
z-index:100;
background-color:#08385E;
width:auto;
visibility: hidden;
padding:0px 0px 0px 0px;
width:auto;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/ 
}


.dropmenudiv a{
width: auto;
display: block;
padding-right:15px;
text-decoration: none;
font-weight: bold;
font-size:11px;
color:#ffffff;
display:block;
width:auto;
font-family:Tahoma, Verdana, SansSerif;
padding-left:10px;
text-decoration:none;
line-height:22px;
}

* html .dropmenudiv a{ /*IE only hack*/
width:117px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color:#072D4A;
color:#ffffff;
text-decoration:none;
font-weight:bold;

}
.line {
	border-bottom:1px solid #265577;
}