/* all lists */
#h_links,
#h_links ul {
	padding:0;
	margin:0 0 0 6px;
	width:750px
}
/* Nested ULs */ 
#h_links li ul {
	position:absolute;
	top:1.8em;
	left:-900px
}
/* All LIs */
#h_links li {
	float:left;
	width:auto;
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight:600;
}
#h_links li a {
	padding:.1em .4em;
	height:2em;
	line-height:2em;
}

#h_links li ul li a {
	line-height:1.7em;
	height:1.7em;
	font-weight:400;
	border:none;
	color:#333;
	background-image:none
}
/* we reset the margin for the children */
#h_links li ul li {
	margin:0;
	border-bottom:0;
}
#h_links li:hover ul,
#h_links li.msieFix ul {left:9px}