﻿/** Main Menu (Top Level) **/

/** Navigation **/
.nav {
	width:911px;
	height:26px;
	float:left;
	clear:both;
}

.nav ul {
    list-style:none;
}
.nav ul li {
   float:left;
}
.nav ul li a {
    display:block;

}
 
/** End Navigation **/

.sf-menu { /* Main UL */
	background:#fff;
}

.nav { /* (LINK) Global for all top levels */
	display:block;
	padding:0;
}

 
.nav a.id491         { text-indent:-9999em; background-position:0px 0px; width:121px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
.nav a.id491:hover   { text-indent:-9999em; background-position:0px -26px; width:121px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }

.nav a.id492         { text-indent:-9999em; background-position:-121px 0px; width:203px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
.nav a.id492:hover   { text-indent:-9999em; background-position:-121px -26px; width:203px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
 
.nav a.id493         { text-indent:-9999em; background-position:-324px 0px; width:188px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
.nav a.id493:hover   { text-indent:-9999em; background-position:-324px -26px; width:188px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
 
.nav a.id494         { text-indent:-9999em; background-position:-512px 0px; width:114px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
.nav a.id494:hover   { text-indent:-9999em; background-position:-512px -26px; width:114px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
 
.nav a.id495         { text-indent:-9999em; background-position:-626px 0px; width:144px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
.nav a.id495:hover   { text-indent:-9999em; background-position:-626px -26px; width:144px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
 
.nav a.id496         { text-indent:-9999em; background-position:-770px 0px; width:141px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
.nav a.id496:hover   { text-indent:-9999em; background-position:-770px -26px; width:141px; height:26px;  background-image:url(/images/nav.jpg); background-repeat:no-repeat; }
 
/** End Navigation **/


/** Style Drop Downs **/

.dropdown { /* Global for all drop downs */
	margin-top:-7px !important;
	margin-left:10px !important;
	text-align:center !important;
	width:150px;
}

.nav ul li ul li a
{ /* Global for all drop downs */
	background:#fff !important;
	border:2px solid #979797 !important;
	min-height:20px;
	height:auto !important;
	height:20px;
	text-decoration:none;
	padding-top:5px;

}

.dropdown-top,
.dropdown-bottom { /* If you have no top / bottom dropdown style, then don't show it */
	display:none;
}

.dropdown-1
 { /* (UL) Second Drop Down (If Needed) */ }

.dropdown-2
{ /* Global for all drop downs */
min-height:20px;
height:auto !important;
height:20px;
text-decoration:none;
padding-top:5px!important;
margin-left:17px!important;
margin-top:5px!important;
}

.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 {
}


