#nav-top {
	position: absolute;
	margin-top: 40px;
	margin-left: 500px;
}

#nav-top ul {
	list-style-type: none;
	display: block;
}


#nav-top li {
	margin: 0;
	margin-right: 10px;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 7;		/* thus we need to apply explicit z-index here... */
}


#nav-top li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}