.chromestyle{
width: 709px;
font-weight: bold;
font-size:13px;
margin:0;
padding:0;
padding-left:49px;
height:20px;

}

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

.chromestyle ul{
width: 660px;
background:  url(../images/dh_do.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding:0 0 0 10px;
margin: 0;
height:20px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
	float:left;
	display:block;
	width:72px;
	color: #444;
	margin: 0;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	line-height:20px;
	font-family:Arial;
	text-transform: uppercase;
	
}

.chromestyle ul li a:hover{
background: url(../images/dh_do2.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color:#FFBF00;background-image:url(../images/1dh_do.jpg);
}

.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:8px;
margin-top:-1px;
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 11px  Arial bold;
z-index:100;
background-color: white;
background-image:url(../images/fl_do.jpg);
visibility: hidden;
line-height:20px;
text-align:center;
background-color:#EBEBEB;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 4px;
text-decoration: none;
left:18px;
color:#333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:visited{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FF3300;
	left:18px;

}


.dropmenudiv1{
margin-left:8px;
margin-top:-1px;
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 11px  Arial bold;
z-index:100;
background-color: white;
background-image:url(../images/fl_do.jpg);
visibility: hidden;
line-height:15px;
text-align:center;
background-color:#EBEBEB;
}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
padding: 4px;
text-decoration: none;
left:18px;
color:#333;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv1 a:visited{ /*IE only hack*/
width: 100%;
}
.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
	color: #FF3300;
	left:18px;

}