﻿/** Main Menu (Top Level) **/

.sf-menu { /* Main UL */
	background:#fff;
	width:687px;
	height:35px;
	
}

a.id479         { background-image:url(/images/top-nav.jpg); background-position:0px 0px; width:106px; height:35px; text-indent:-5555px; display:block;}
a.id479:hover   { background-image:url(/images/top-nav.jpg); background-position:0px -35px; width:106px; height:35px; text-indent:-5555px; display:block;}

a.id480         { background-image:url(/images/top-nav.jpg); background-position:-106px 0px; width:105px; height:35px; text-indent:-5555px; display:block;}
a.id480:hover   { background-image:url(/images/top-nav.jpg); background-position:-106px -35px; width:105px; height:35px; text-indent:-5555px; display:block;}

a.id481         { background-image:url(/images/top-nav.jpg); background-position:-211px 0px; width:99px; height:35px; text-indent:-5555px; display:block;}
a.id481:hover   { background-image:url(/images/top-nav.jpg); background-position:-211px -35px; width:99px; height:35px; text-indent:-5555px; display:block;}

a.id482         { background-image:url(/images/top-nav.jpg); background-position:-310px 0px; width:136px; height:35px; text-indent:-5555px; display:block;}
a.id482:hover   { background-image:url(/images/top-nav.jpg); background-position:-310px -35px; width:136px; height:35px; text-indent:-5555px; display:block;}

a.id483         { background-image:url(/images/top-nav.jpg); background-position:-446px 0px; width:98px; height:35px; text-indent:-5555px; display:block;}
a.id483:hover   { background-image:url(/images/top-nav.jpg); background-position:-446px -35px; width:98px; height:35px; text-indent:-5555px; display:block;}

a.id484         { background-image:url(/images/top-nav.jpg); background-position:-544px 0px; width:112px; height:35px; text-indent:-5555px; display:block;}
a.id484:hover   { background-image:url(/images/top-nav.jpg); background-position:-544px -35px; width:112px; height:35px; text-indent:-5555px; display:block;}

.top-level-nav { /* (LINK) Global for all top levels */
	padding:0;
}

/** Style Drop Downs **/

.dropdown { /* Global for all drop downs */
	width:227px !important;
}

.dropdown a:link,
.dropdown a:visited {
	background:url('/images/dropdown-middle.gif') repeat-y;
	text-decoration:none;
}

.dropdown-top {
	background:url('/images/dropdown-top.gif') no-repeat;
	width:227px;
	height:29px;
}

.dropdown-bottom { /* If you have no top / bottom dropdown style, then don't show it */
	background:url('/images/dropdown-bottom.gif') bottom center no-repeat;
	width:227px;
	height:20px;
}

.dropdown-1 a:link,
.dropdown-1 a:visited {
	font:bold 9pt Arial, Helvetica, sans-serif;
	padding:1px 0 1px 35px;
	color:#4F739F;
}

.dropdown-2 a:link,
.dropdown-2 a:visited {
	font:bold 8.5pt Arial, Helvetica, sans-serif;
	padding:2px 0 2px 45px;
	color:#1E1B1C;
}


.dropdown-3 a:link,
.dropdown-3 a:visited {
	font:normal 8.5pt Arial, Helvetica, sans-serif;
	padding:1px 0 1px 55px;
	color:#6C6C6C;
}

.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 {
display:none;
/*
	background:url('../images/menu-arrow.jpg') no-repeat;
	width:10px;
	height:10px;
	
	position:absolute;
	display:block;
	right:0;
	top:0;
	text-indent:-999em;
	overflow:hidden;*/
}