/* CSS Document */
/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
	font-family: arial, sans-serif;
	width:994px;
	height: 50px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	float:left;
	position:relative;
	background-image: url(../images/dhs.jpg);
	background-repeat: no-repeat;
	background-position: right 14px;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:120px;
	color:#000;
	font-size:14px;
	font-weight: bold;
	height: 30px;
}

/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
	height: 50px;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
	color:#fff;
	background-color: #3C3C3C;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:48px;
	left:0;
	width:105px;
	font-size: 12px;
	font-weight: normal;
}

/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
	display:block;
	color:#000;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	background-color: #FFFFFF;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	color:#ffffff;
	background-color: #336699;
}

/*div start*/
.menu ul li ul li {
	background-image: url();
}

.menu ul li:hover ul li div a {
	display:block;
	color:#333333;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 90%;
}
.menu ul li div a, .menu ul li div a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#336699;
	font-size:12px;
	height: 20px;
}
/*div over*/
<!--[if lte IE 6]>
<style type="text/css">
/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */
/* Get rid of any default table style */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}

/* ignore the link used by 'other browsers' */
.menu ul li a.hide, .menu ul li a:visited.hide {
display:none;
}
/* set the background and foreground color of the main menu link on hover */
.menu ul li a:hover {
	color:#fff;
	background-color: #3C3C3C;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:32px; 
left:0; 
width: 120px;
font-size: 14px;
font-weight: bold;
}
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
background:#faeec7; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li a:hover ul li a:hover {
background:#dfc184; 
color:#000;
}
</style>
<![endif]-->

.dh_a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	height: 25px;
}

.dhbg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 55px;
}

.dhx {
	background-image: url(../images/dhx.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	height: 300px;
}
.dhx1 {
	background-image: url(../images/dhx1.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	height: 150px;
}
.dhx2 {
	background-image: url(../images/dhx2.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	height: 200px;
}

