﻿/** Main Menu (Top Level) **/

.sf-menu { /* Main UL */
	background:#fff;
}

.top-level-nav { /* (LINK) Global for all top levels */
	background:url('/images/navigation-top.jpg') #fff no-repeat;
	height:17px;
	text-indent:-999em;
	display:block;
}

.id618 {
	background-position:0 0;
	width:110px;
}

.id622 {
	background-position:-110px 0;
	width:110px;
}

.id634 {
	background-position:-220px 0;
	width:170px;
}

.id645 {
	background-position:-390px 0;
	width:170px;
}

.id648 {
	background-position:-560px 0;
	width:104px;
}

/** Style Drop Downs **/

.dropdown { /* Global for all drop downs */
	margin:0 0 0 20px;
	border-right:1px solid #B2B2B0;
	border-left:1px solid #B2B2B0;
	border-bottom:1px solid #B2B2B0;
}

.dropdown li {
	border-top:1px solid #B2B2B0;
}

.dropdown li a:link,
.dropdown li a:visited {
	display:block;
	font:bold 8.5pt Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:8px 10px;
}

.dropdown-top,
.dropdown-bottom { /* If you have no top / bottom dropdown style, then don't show it */
	display:none;
}

.dropdown-1 { margin:0 !important; }
.dropdown-2 { margin:0 !important; }
.dropdown-3 { margin:0 !important; }
.dropdown-4 { margin:0 !important; }

/** Arrow Indicator (Indicates that menu item has sub items) - Delete if you don't need it **/

.top-level-nav .sf-sub-indicator {
	display:none;
}

.sf-sub-indicator {
	background:url('/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:4px;
	top:7px;
	text-indent:-999em;
	overflow:hidden;
}