#navMaster ul {	margin: 0;	padding: 0;	list-style: none;	}#navMaster ul li {	position: relative;	float:left;	margin-right:28px;	margin-top:6px;	}	#navMaster li ul li {	position: relative;	float:none;	margin:0px;	}	#navMaster li ul {	position: absolute;	left: 0px; /* Set 1px less than menu width */	top: 25px;			}/* Styles for Menu Items */#navMaster ul li a {	display: block;	text-decoration: none;	color: #777;	background: #fff;	padding: 2px;	border-bottom: 0;	font-size:10px;			}/* Fix IE. Hide from IE Mac \*//** html #header ul li { float: left; height: 1%; }* html #header ul li a { height: 1%; }*//* End */		/*  #header li:hover ul { display: block; }  The magic */