/*menu stuff below*/
#nav{
	color: #fff;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 207px;
}
#nav li{
	background-image:url(../../images/site/dhc_leftnav_head_bg.jpg);
	background-repeat:no-repeat;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 207px;
	font-weight:bold;
}
#nav li li{
	background-image:url(../../images/site/dhc_leftnav_li_bg.jpg);
	background-repeat:no-repeat;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 207px;
	font-weight:normal;
}
#nav li li:hover{
	background-image:url(../../images/site/dhc_leftnav_li_hover_bg.jpg);
}
#nav ul{
	display: block;
	position:relative;
	/*left: 168px;*/
	list-style: none;
	margin: 0px;
	/*overflow: visible;*/
	padding: 0px;
	/*position: absolute;*/
	/*top: 0px;*/
	/*z-index: 99;*/
	width:207px;
}
#nav ul ul{
	display: none;
	left: 207px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}
#nav ul ul ul{
	display: none;
	left: 207px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}
#nav li a{
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding-left:5px;
	padding-top:4px;
	text-decoration: none;
	width: 177px; /* helps IE with hover */
	min-height:24px;
	color:#FFF;
}
#nav li li a{
	display: block;
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding-left:20px;
	padding-top:3px;
	text-decoration: none;
	width: 177px; /* helps IE with hover */
	min-height:19px;
	color:#000;
	font-weight:bold;
}
#nav li a:hover{
	color: #666;
}
#nav li li a:hover{
	color: #666;
}
#nav li li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul{
	display: block;
}

li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #nav li {
	float:left;
	display: inline;
}/* end holly hack */
* html #nav2 li {
	float:left;
	display: inline;
}/* end holly hack */
/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
}
/* End hide from IE5/mac */
