ul,li	{ margin:0; padding:0; }
#nav {
	width: 840px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	top: 5px;
}
#nav li {
	list-style: none;
	float: left;
	position: relative;
	width: 120px;
}
#nav ul { display: none; position: absolute; top: 60px; left: 0; }
* html #nav ul { line-height: 0; }
#nav ul li { float: none; }
#nav ul {width: 120px;}
#nav ul ul { top: 0; left: 120px; }
#nav ul a {	display: block;	width: 120px; zoom: 1;}
#nav ul a.hover { background: #ffa7ed; }
