#menuh {margin: 0 auto;}
#menuh * {margin:0; padding:0;}
#menuh { 
	width:90%;
}
#menuh ul {
	margin:0;
	padding:0; 
	list-style-type: none; 
}
#menuh ul li {
	position:relative;
	float:left;
}


#menuh ul li a {
	display:block;
	width:104px; 
	border:1px solid #fff;
	font-weight:bold;
	text-align:center; 
	text-decoration:none;
	 
	color:#000; 
	background-color:#79c;
}

#menuh ul li a#wid {width:120px;}

#menuh ul li ul { display: none;}


/* :hover actions that don't work in IE :( */


#menuh ul li:hover a { 
	color:#fff; 
	background:#057;
	 
}



#menuh ul li:hover ul li a {width:187px;
	color:#000; 
	background:#ccf;
	}

#menuh ul li:hover ul {
	display:block; 
	position:absolute; 
	left:0px; 
}
#menuh ul li ul li:hover a {
	color:#fff; background:#057;
}



