﻿/** Main Menu (Top Level) **/

.sf-menu { /* Main UL */
	background:#fff;
}

.top-level-nav { /* (LINK) Global for all top levels */
	display:block;
	padding:0 15px;
}

/** Style Drop Downs **/

.dropdown { /* Global for all drop downs */
	background:#fff;
	border:1px solid #000;
	padding:10px;
}

.dropdown-top,
.dropdown-bottom { /* If you have no top / bottom dropdown style, then don't show it */
	display:none;
}

.dropdown-1 { /* (UL) First Drop Down (If Needed) */ }
.dropdown-2 { /* (UL) Second Drop Down (If Needed) */ }
.dropdown-3 { /* (UL) Third Drop Down (If Needed) */ }
.dropdown-4 { /* (UL) Fourth Drop Down (If Needed) */ }

/** Arrow Indicator (Indicates that menu item has sub items) - Delete if you don't need it **/

.sf-sub-indicator {
	background:url('../../AddAPage/images/menu-arrow.jpg') no-repeat; /** Location where the sub item indicator is **/
	width:10px; /* Size of the image */
	height:10px; /* Size of the image */
	
	/* Sound have to change anything below this */
	position:absolute;
	display:block;
	right:0;
	top:0;
	text-indent:-999em;
	overflow:hidden;
}
