﻿		a.id979         { background-image:url(/images/top_nav.jpg); background-position:-10px 0px; width:108px; height:33px; text-indent:-5555px; display:block;}
		a.id979:hover   { background-image:url(/images/top_nav.jpg); background-position:-10px -33px; width:108px; height:33px; text-indent:-5555px; display:block;}

		a.id980         { background-image:url(/images/top_nav.jpg); background-position:-118px 0px; width:113px; height:33px; text-indent:-5555px; display:block;}
		a.id980:hover   { background-image:url(/images/top_nav.jpg); background-position:-118px -33px; width:113px; height:33px; text-indent:-5555px; display:block;}

		a.id981         { background-image:url(/images/top_nav.jpg); background-position:-231px 0px; width:158px; height:33px; text-indent:-5555px; display:block;}
		a.id981:hover   { background-image:url(/images/top_nav.jpg); background-position:-231px -33px; width:158px; height:33px; text-indent:-5555px; display:block;}

		a.id982         { background-image:url(/images/top_nav.jpg); background-position:-389px 0px; width:135px; height:33px; text-indent:-5555px; display:block;}
		a.id982:hover   { background-image:url(/images/top_nav.jpg); background-position:-389px -33px; width:135px; height:33px; text-indent:-5555px; display:block;}

		a.id983         { background-image:url(/images/top_nav.jpg); background-position:-524px 0px; width:86px; height:33px; text-indent:-5555px; display:block;}
		a.id983:hover   { background-image:url(/images/top_nav.jpg); background-position:-524px -33px; width:86px; height:33px; text-indent:-5555px; display:block;}

		a.id984         { background-image:url(/images/top_nav.jpg); background-position:-610px 0px; width:205px; height:33px; text-indent:-5555px; display:block;}
		a.id984:hover   { background-image:url(/images/top_nav.jpg); background-position:-610px -33px; width:205px; height:33px; text-indent:-5555px; display:block;}
		
		a.id985         { background-image:url(/images/top_nav.jpg); background-position:-815px 0px; width:123px; height:33px; text-indent:-5555px; display:block;}
		a.id985:hover   { background-image:url(/images/top_nav.jpg); background-position:-815px -33px; width:123px; height:33px; text-indent:-5555px; display:block;}

	.liid979 ul {
		width:108px !important;
	}
	.liid980 ul {
		width:113px !important;
	}
	.liid981 ul {
		width:158px !important;
	}
	.liid982 ul {
		width:135px !important;
	}

	.liid983 ul {
		width:150px !important;
	}

	.liid984 ul {
		width:205px !important;
	}

	.liid985 ul {
		width:120px !important;
	}

/** Main Menu (Top Level) **/

.sf-menu { /* Main UL */
	background:#fff;
}

.top-level-nav { /* (LINK) Global for all top levels */
	display:block;
	padding:0;
}

/** Style Drop Downs **/

.dropdown 
{ /* Global for all drop downs */
	background:#3393CE;
	margin-top:-2px;
	padding:2px 0;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.dropdown-top, .dropdown-bottom 
{ /* If you have no top / bottom dropdown style, then don't show it */
	display:none;
}

.dropdown-1 ul
{
	width:100%;
}


.dropdown-1 ul li
{
	padding:10px;
}

.dropdown-1 li
{
	margin-top:0;
	padding:2px 0 2px 0;
	text-align:center;
}

.dropdown li a:link,
.dropdown li a:visited,
.dropdown li a:hover {
	font-size:9pt;
	padding:3px 15px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.dropdown li a:hover {
	font-size:9pt;
	color:#0B2F58;
	text-decoration:underline;
}



.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('../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; **/
}








