.chromestyle{
width: 1000px;
font-weight: bold;
font-size:13px;
margin:0;
padding:0;
height:31px;
}

#chromemenu{ width:1000px}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 1000px;
background:  url(../images/dh_do.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding:0 0 0 10px;
margin: 0;
height:31px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
	float:left;
	display:block;
	width:140px;
	color: #fff;
	margin: 0;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	line-height:31px;
	font-family:Arial;
	text-transform: uppercase;
	
}

.chromestyle ul li a:hover{
background:  url(../images/bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color:#15599F;
}

.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{
margin-left:18px;
margin-top:-1px;
padding-top:20px;
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 13px  Arial bold;
line-height:25px;
z-index:100;
background-image:url(../images/zbg.gif);
visibility: hidden;
}


.dropmenudiv a{
width: 160px;
display: block;
text-indent: 3px;
padding: 4px 5px;
text-decoration: none;
left:25px;
color:#707070;

}


* html .dropmenudiv a{ /*IE only hack*/
	width:100%; font-weight:bold;
	border-bottom: solid 1px #ddd;
}
.dropmenudiv a:visited{ /*IE only hack*/
	width: 100%; font-weight:bold;
	border-bottom:solid 1px #ddd;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	width: 100%; font-weight:bold;
	color: #003399;
	border-bottom:solid 1px #ddd;
}
