﻿/*****  STYLE *****/
ul.sf-menu 	{width:638px;}

* html ul.sf-menu {
	margin-left:2px;
}

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:42px;
	float:left;
	}

*:first-child+html .sf-menu a{
	height:38px;
	position:relative;
	z-index:1;	
}

* html .sf-menu a{
	height:38px;
	position:relative;
	z-index:1;	
}



.sf-menu li a.id3630				{background:url(../images/nav.jpg) no-repeat 0px 0px; width:76px;}
.sf-menu li a:hover.id3630			{background:url(../images/nav.jpg) no-repeat 0px -42px;}
body#nav2621 a.id3630				{background:url(../images/nav.jpg) no-repeat 0px -84px; width:76px;}
body#nav2621 a:hover.id3630			{background:url(../images/nav.jpg) no-repeat 0px -42px;}

.sf-menu li a.id2623				{background:url(../images/nav.jpg) no-repeat -76px 0px; width:95px;}
.sf-menu li a:hover.id2623			{background:url(../images/nav.jpg) no-repeat -76px -42px;}
body#nav2623 a.id2623				{background:url(../images/nav.jpg) no-repeat -76px 0px;}
body#nav2623 a:hover.id2623			{background:url(../images/nav.jpg) no-repeat -76px -42px;}

.sf-menu li a.id2624				{background:url(../images/nav.jpg) no-repeat -171px 0px;	width:95px;}
.sf-menu li a:hover.id2624			{background:url(../images/nav.jpg) no-repeat -171px -42px;}
body#nav2624 a.id2624				{background:url(../images/nav.jpg) no-repeat -171px -84px; width:95px;}
body#nav2624 a:hover.id2624			{background:url(../images/nav.jpg) no-repeat -171px -42px;}

.sf-menu li a.id2625				{background:url(../images/nav.jpg) no-repeat -266px 0px; width:113px;}
.sf-menu li a:hover.id2625			{background:url(../images/nav.jpg) no-repeat -266px -42px;}
body#nav2625 a.id2625				{background:url(../images/nav.jpg) no-repeat -266px -84px; width:113px;}
body#nav2625 a:hover.id2625			{background:url(../images/nav.jpg) no-repeat -266px -42px;}

.sf-menu li a.id2629				{background:url(../images/nav.jpg) no-repeat -379px 0px; width:124px;}
.sf-menu li a:hover.id2629			{background:url(../images/nav.jpg) no-repeat -379px -42px;}
body#nav2629 a.id2629				{background:url(../images/nav.jpg) no-repeat -379px -84px; width:124px;}
body#nav2629 a:hover.id2629			{background:url(../images/nav.jpg) no-repeat -379px -42px;}

.sf-menu li a.id2840				{background:url(../images/nav.jpg) no-repeat -503px 0px; width:135px;}
.sf-menu li a:hover.id2840			{background:url(../images/nav.jpg) no-repeat -503px -42px;}
body#nav2840 a.id2840				{background:url(../images/nav.jpg) no-repeat -503px -84px; width:135px;}
body#nav2840 a:hover.id2840			{background:url(../images/nav.jpg) no-repeat -503px -42px;}


/** Main Menu (Top Level) **/
.top-level-nav { /* (LINK) Global for all top levels */
	display:block;
	}

/** Style Drop Downs **/
.dropdown { /* Global for all drop downs */
	width:255px;
	margin:15px 0 0 2px;
	background:#e7e7e7 url('../images/dropdownbg.jpg') 0px 0px no-repeat;
	z-index:3000;
	position:relative;
	}
*:first-child+html .dropdown {
	margin:15px 0 0 2px;	
}

* html .dropdown {
	margin:15px 0 0 2px;	
}

.dropdown ul {
	z-index:2000;
	position:absolute;
	margin:0px 0 0 2px;
	
}

.dropdown li a,
.dropdown li a:active,
.dropdown li a:visited  { /* Global for all drop downs */
	color:#555555;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #C5C5C5;
	min-height:15px;
	height:auto !important;
	height:15px;	
	text-decoration:none;
	padding:10px 10px;
	text-indent:0px;
	width:92%;
	font-family:arial,helvetica,sans-serif;
	font-weight:500;
	}

.dropdown li a:hover	{
	color:#64070F;
}

.dropdown-top {
	display:none;
}


.dropdown-bottom 	{display:none;} /* If you have no top / bottom dropdown style, then don't show it */

.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 {

	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;
	}