#nav {
	float:left;
	width:726px;
	height:66px;
	}

#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	list-style: none;
	}
	
#drops ul.drop {
	background:#000;
	padding:5px;
	width:inherit;
	clear:both;
	float:left;
	margin-top:50px;
	}

#drops ul.drop li {
    width:inherit;
	clear:both;
	}
	
#drops ul.drop a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	clear: both;
	float: left;
	line-height: 150%;
	padding-right: 5px;
	}

#drops ul.drop a:hover {
	text-decoration: underline;
	}
	
#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width: auto;
	}

#drops li {
	float: left;
	/*width: 10em;*/
	}

#drops li ul {
	position: absolute;
	width: auto;
	left: -999em;
	text-align: left;
	border: 1px #FFF solid;
	}

#drops li:hover ul {
	left: auto;
	}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
	}

