#nav {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1500;
}

#nav div {
	position:absolute;
	width:156px;
	border-bottom:1px solid #03c;
	font-weight:bold;
	text-align:center;
	z-index:1501;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	width:156px;
	border-bottom:1px solid #03c;
	position:absolute;
	left:0px;
	top:19px;
	display:none;
	font-weight:normal;
	text-align:left;
	z-index:1502;
}

#nav li>ul {
	left:155px;
	top:0;
}

#nav6 ul { width:156px; }
#nav6 li>ul { left:155px; }

#nav ul li { position:relative; }

#nav a {
	display:block;
	text-decoration:none;
	color:#fff;
	background:#03c;
	padding:3px 5px;
	border:1px solid #03c;
	border-bottom:0;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float:left; height:1%; }
* html #nav ul li a { height:1%; }
/* End */

#nav a:hover {
	color:#039;
	background:#eee;
	text-align:left;
}

#nav div:hover>ul, #nav li:hover>ul { display:block; }
#nav ul.over { display:block; }
#nav div:hover, #nav div.over { text-align:left; }

#nav1 { left:0; }
#nav2 { left:155; }
#nav3 { left:310; }
#nav4 { left:465; }
#nav5 { left:620; }
