h6#dhs-headername {
background: #fff;
margin:0;
padding:0 0 5px 5px;
}
h6#dhs-headername a {
	font-size: 15px;
	color: #416487;
	text-decoration:none;
}




/* DHS Tabs */



#dhs-tabs {
width: 750px;
border-bottom: solid 5px #fff;
}
#subnav, #subnav ul { 
list-style: none;
/*line-height:1;*/
margin: 0;
padding: 0;
height:23px;
z-index: 1;
width: 745px;
}
#subnav {
margin: 0 0 0 5px;
}
#subnav li { 
float: left;
background-color: #5d7da7;
border-right: 1px #90a6c3 solid;
padding: 0 0 0 0;
}
#subnav a {
display: block;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
color: #fff;
text-decoration: none;
}

#subnav li a {
padding: 5px ;
}

#subnav li a:hover{
background-color:#416487;
color: #fff;

}

#subnav li:hover, #subnav li.hover {  
position: static;  
}  


#subnav li ul {
position: absolute;
width: 10em;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#subnav li:hover ul, #subnav li.sfhover ul {
left: auto;
}
#subnav li ul li a {
width: 13em;
padding: 5px 5px 5px 5px;
color: #33527a;
letter-spacing:normal;
}

#subnav li ul li a:hover{
background-color:#416487;
color: #fff;
}


#subnav li ul li{ 
background-color: #fff;
border-style: solid;
border-color: #90a6c3;
border-width: 0 1px 1px 1px;
padding: 0 0 0 0;
}
#subnav li ul li.dh-brdr {
  border-top: 1px #90a6c3 solid;
}
#subnav li.d-indent {
	border-left:none;
}
#subnav li ul.dhs-rbrdr {
	position: absolute;
	width: 10em;
	left: -999em;
}
#subnav li:hover ul.dhs-rbrdr  {
left: 620px;
}





#content, #leftnav, #rightnav {
/*	border-top: 5px #fff solid;*/
}

/* DHS Tabs 
#dhs-tabs{
	margin:5px 0 5px 0;
	padding:0;
	float: left;
}
#subnav {
	background-color: #5d7da7;
	border-bottom: 1px solid #90a6c3;
	border-top: 1px solid #90a6c3;
	margin:0 5px 0 5px;
	padding:0;
}
#subnav li {
	list-style: none;
	display: inline;
	border-left: 1px solid #90a6c3;
	margin:0;
	padding: 0;
}
#subnav li a {
	text-decoration: none;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 5px;
}
#subnav li.d-indent {
	border-left:none;
}
h6#dhs-headername {
	margin:0 0 5px 5px;
	padding:0;
}
h6#dhs-headername a {
	font-size: 10px;
	color: #5d7da7;
}*/



