#hnavspacer {
	height: 26px;
}
#hnav{
	list-style: none;
	padding: 0;
	margin: 0;
	height: auto;
}
#hnav ul {
	padding: 0px;
	margin:0px;
	list-style: none;
	z-index:99;
	position:absolute;
	overflow:visible;
	float: left;
	width: 77px;
}
#hnav li { 
	margin:0;   
	position: relative; 
	float:left;
	background-color:#C5C8CA;
	border-bottom:none;
	display:block;
	height:auto;
	font-size:0px;
	line-height: 0px;
	margin-left: 10px;
}
#hnav a {
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding: 0 8px 0 5px;  
	margin:0px; 
	background: url('../../images/site/hnav_a_bg.gif') top right no-repeat;
	color:#FFFFFF;
	line-height:16px;
	height:20px;
	width: 80px;
}
#hnav a:hover, #hnav li:hover a{
	background: url('../../images/site/hnav_a_bg.gif') bottom right no-repeat;
}
#hnav li li {
	margin: 0;
}
#hnav li li a, #hnav li:hover li a {
	padding: 2px 5px 2px 5px;  
	background-color:#636363;
	width:160px; 
	border-bottom:1px solid #999;
	border-left: none;
	line-height:1.3em;
	height: auto;
	background: #666;
}
#hnav li li a:hover{
	background:#E6C406;
	color:#000; 
}
#hnav ul{
	display:none;   
}
/*all see this */
#hnav ul ul, #hnav ul ul ul{
	display:none; 
	position:absolute; 
	top:0px; 
	left:168px;
}
/* non-IE browsers see this */
#hnav ul li>ul, #hnav ul ul li>ul{
	margin-top:0px; 
}
#hnav li:hover ul ul, #hnav li:hover ul ul ul{
	display:none; 
}
#hnav li:hover ul, #hnav ul li:hover ul, #hnav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}

