/* CSS Document */

/* GENERAL STYLES
-----------------------*/ 
.clear {clear:both;}
.clearright {clear:right;}
IMG {border:none;}

/* NAVIGATION */

/* IEHOVER NAVIGATION STYLES
-----------------------*/ 

#nav div { margin:0; padding:0; float:left; display:block; }
#nav A { margin:0; padding:0; }

#nav #slot-1 {width: 109px; z-index: 180}
#nav #slot-2 {width: 141px; z-index: 180}
#nav #slot-3 {width: 206px; z-index: 180}
#nav #slot-4 {width: 165px; z-index: 180}

	#mnav_freeship { width:109px; height:27px; display:block; background:url(http://summerbeachsandals.com/Library/images-sbc/dropmenu/freeship_up.gif) no-repeat; }
	#mnav_pricematch { width:141px; height:27px; display:block; background:url(http://summerbeachsandals.com/Library/images-sbc/dropmenu/pricematch_up.gif) no-repeat; }
	#mnav_outofstock { width:206px; height:27px; display:block; background:url(http://summerbeachsandals.com/Library/images-sbc/dropmenu/outofstock_up.gif) no-repeat; }
	#mnav_returnpolicy { width:165px; height:27px; display:block; background:url(http://summerbeachsandals.com/Library/images-sbc/dropmenu/returnpolicy_up.gif) no-repeat; }
	
	#mnav_freeship:hover { background:url(http://summerbeachsandals.com/Library/images-sbc/dropmenu/freeship_over.gif) no-repeat; }
	#mnav_pricematch:hover { background:url(http://summerbeachsandals.com/Library/images-sbc/dropmenu/pricematch_over.gif) no-repeat; }
	#mnav_outofstock:hover { background:url(http://summerbeachsandals.com/Library/images-sbc/dropmenu/outofstock_over.gif) no-repeat; }
	#mnav_returnpolicy:hover { background:url(http://summerbeachsandals.com/Library/images-sbc/dropmenu/returnpolicy_over.gif) no-repeat; }

	/*Dropdowns*/
	#nav div ul {
	position:absolute; top:336px; width:120px; left:-9999px; background:url(http://summerbeachsandals.com/Library/images-sbc/dropmenu/dropbg1.gif) bottom right no-repeat; list-style:none; padding:0 0 10px 0; z-index:200; margin:0;}
		
	#nav div:hover, #nav div.iehover {position:static;}
	#nav div:hover ul, #nav div.iehover ul {left:auto;}
	#nav div ul li { margin:1px; padding:0; float: left; width: 120px; z-index: 220}
	#nav div ul li a { font-size: 11px; text-decoration: none; height:18px; line-height:18px; width:120px; color:#AB9B92; margin:0; padding:0 10px; float: left; display: block;}
	#nav div ul li a:hover {color:#cd0b0a;}