#nav {
	float:left;
	width: 570px;
	height: 15px;
	padding:0;
	}	
	
/*SON OF SUCKER FISH DROP DOWNS MODIFIED*/	
#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	}
	
#drops ul.drop {
	background:#242424;
	padding:0px;
	width: 570px;
	clear:both;
	float:right;
	margin-top: 15px;
	z-index: 1;
	}

#drops ul.drop li {
    width:inherit;
	clear:both;
	background: url(/img/behnaz_sarafpour_home_nav.gif) repeat-x bottom;
	padding: 10px 10px 10px 10px;
	}
	
#drops ul.drop a {
	color:#fff;
	font-size: 0.75em;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	}

#drops ul.drop a:hover {color: #dfa832;}

#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
}

#drops li {
	float: left;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#drops li:hover ul {
	left: auto;
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}
/*END SUCKERFISH*/

/*SPRITE BACKGROUP POSITIONING*/	
#nav a.collections, #nav a.about, #nav a.editorial, #nav a.stores, #nav a.muses, #nav a.contact, #nav a.facebook, #nav a.twitter {
	float:left;
	background:url(/img/behnaz_sarafpour_home_nav.gif) no-repeat;
	height: 15px;
	text-indent:-999999px;
	}
	
#nav a.collections {	
	background-position:left top;
	width: 95px;
	}
	
#nav a.about {	
	background-position:-95px 0;
	width: 59px;
	}

#nav a.editorial {	
	background-position:-154px 0;
	width: 78px;
	}
	
#nav a.muses {	
	background-position:-232px 0;
	width: 58px;
	}

#nav a.stores {	
	background-position:-290px 0;
	width: 64px;
	}
	
#nav a.contact {	
	background-position:-354px 0;
	width: 74px;
	}	
	
#nav a.facebook {	
	background-position:-428px 0;
	width: 82px;
	}

#nav a.twitter {	
	background-position:-510px 0;
	width: 60px;
	}	

#nav a.collections:hover {	
	background-position:left -15px;
	}

#nav a.about:hover {	
	background-position:-95px -15px;
	}
	
#nav a.editorial:hover {	
	background-position:-154px -15px;
	}

#nav a.muses:hover {	
	background-position:-232px -15px;
	}

#nav a.stores:hover {	
	background-position:-290px -15px;
	}
	
#nav a.contact:hover{	
	background-position:-354px -15px;
	}	
	
#nav a.facebook:hover {	
	background-position:-428px -15px;
	}

#nav a.twitter:hover {	
	background-position:-510px -15px;
	}
/*END NAVIGATION*/
