/*****  STYLE *****/
ul.sf-menu 	{width:556px;}
	
ul.sf-menu,  ul.sf-menu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}
	
.sf-menu a {
	text-indent:-9999px;
	display:block;
	height:40px;
	float:left;
	}



.sf-menu li a.id1348			{background:url(/images/nav.jpg) no-repeat 0px 0px; width:107px;}
.sf-menu li a:hover.id1348		{background:url(/images/nav.jpg) no-repeat 0px -40px;}

.sf-menu li a.id1349			{background:url(/images/nav.jpg) no-repeat -107px 0px; width:174px;}
.sf-menu li a:hover.id1349		{background:url(/images/nav.jpg) no-repeat -107px -40px;}

.sf-menu li a.id4042			{background:url(/images/nav.jpg) no-repeat -281px 0px;	width:108px;}
.sf-menu li a:hover.id4042		{background:url(/images/nav.jpg) no-repeat -281px -40px;}

.sf-menu li a.id1351			{background:url(/images/nav.jpg) no-repeat -389px 0px; width:157px;}
.sf-menu li a:hover.id1351		{background:url(/images/nav.jpg) no-repeat -389px -40px;}

.sf-menu li a.id1352			{background:url(/images/nav.jpg) no-repeat -546px 0px; width:118px;}
.sf-menu li a:hover.id1352		{background:url(/images/nav.jpg) no-repeat -546px -40px;}

.nav-placeholder {
  background:url(/images/nav-placeholder.jpg); 
  width:109px;
  height:40px;
  float:right;
 }

.sf-menu li li a {
	text-indent:-9999px;
	display:block;
	height:auto;
	float:none;
	}


/** Main Menu (Top Level) **/

.sf-menu { /* Main UL */
	background:#fff;
}

.top-level-nav { /* (LINK) Global for all top levels */
	display:block;
}

/** Style Drop Downs **/

.dropdown { /* Global for all drop downs */
	width:160px;
	margin:10px 0 0 0;
	z-index:9999;
	border:1px solid #dadada;

}

.dropdown .half-width {
	width:45%;float:left;margin:0 8px;
}

.multi-columns {
	background:#f5f5f5;
	width:500px !important;
}


.multi-columns .dropdown-top {
	background:#f5f5f5;height:10px; }

.multi-columns .dropdown-bottom {
	background:url('/images/dropdown-footer.jpg') no-repeat !important;
	width:500px !important;
	height:29px !important;
	padding:0 !important;
}

.dropdown li {
	width:160px;
	float:left;
	padding:0;
	color:#940928;
	font-weight:bold;
	padding:3px 8px;
}




.multi-columns .menu-breaker {
	width:100% !important;
	clear:both;
	float:none !important;
	height:10px !important;
	overflow:hidden !important;
}



.dropdown li a:link,
.dropdown li a:visited {
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	color:#444243;
	padding:4px 8px;
	text-indent:1px;
	background:#f5f5f5;
}


.dropdown li a:hover {
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	color:#3265a3;
	padding:4px 8px;
}

.level-2:link,
.level-2:visited {color:#444243 !important;}
a.level-2:hover {color:#3265a3 !important;}

.dropdown-top {background:#f5f5f5;height:10px; }

.dropdown-bottom {
	background:url('/images/dropdown-footer.jpg') top center no-repeat !important;
	width:160px !important;
	height:29px !important;
	padding:0 !important;
}

.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 {
	display:none;
}