* {
margin:0;
padding:0;
}

body {
background:#ccc;
}

#nav {
	list-style:none;
	height:2em;
	position: absolute;
	top: 90px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#nav li {
	position:relative;
	float:left;
	text-align:left;
	border-right:1px solid #000;
	display: block;
}

#nav li.last {
	border-right:0;
}


#nav a:hover {
	color: #FFFFFF;	
}

#nav a {
	display:block;
	color:#666666;
	font-weight:lighter;
	text-decoration:none;
	line-height:2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 15px;
	margin-left: -1px;
	padding-bottom: 4px;
	letter-spacing: 0.05em;
}


/* --------- Drop Down -------- */


#nav ul {
	position:absolute;
	left:-999em;
	top:2m;
	list-style:none;
	clip: rect(auto,auto,auto,1px);
}

#nav ul li {
	width: 110px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-width: 0;
}

#nav li:hover ul {
	left:-1px;
	top:auto;
	color:#FFFFFF;
	background-color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

