
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	top:1px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
/*	width:			100%;*/
width:310px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	/*word-wrap:		break-word;*/
}
.sf-menu a {
	display:		block;
	position:		relative;
}
/* custom: the Z-index was increased here to layer popmenu above cycle2 slider */
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	/*top:			2.5em;*/ /* match top ul list item height */
	top:40px; /*custom:  height of navbar*/
	z-index:		1000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	/*left:			10em;*/ /* match ul width */
	left:			100%; /* custom: match ul width */
	top:			0;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	/*left:			10em;*/ /* match ul width */
	left:			100%; /* custom: match ul width */
	top:			0;
}



/*custom*/

.sf-menu > li { 
	background-color:transparent !important;
} 
/*this overrides the milky blue background from superfish---Not needed anymore?*/
/*.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#fdf4d7;
	text-decoration:none;
	background:none;	
}*/


/* Centers menu within it's container THIS DOESNT WORK?!!!*/
/*this breaks the meanmenu nmobile nav */
/*.sf-menu-outer { 
	left:50%;
	float:left;
	position: relative;
	text-align:left;
}*/
/* END Centering */
/*end*/



.sf-menu {
	float:			left;
	margin-bottom:	1em;
	/* custom here: */
	/*this breaks the meanmenu mobile nav */
/*	position: relative;
	left:-50%; */
	margin:0;
	background:transparent;
	text-align:left;
	
	/*end */	
}

/*//////////  CUSTOMIZE THE COLORS IN THIS SECTION  ///////*/


/* make the border color custom here */
.sf-menu a {
	border-left:	0px solid #AAAAAA;
	border-top:		0px solid #000;
	border-bottom:		1px solid #9dc96b;
	padding: 		8px 5px;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}

/*/// SUBMENUS  /////*/

.sf-menu ul a { /* submenu font */
	font:normal 12px Arial, Helvetica, sans-serif; 
	line-height: 12px; 
}
.sf-menu ul a, .sf-menu ul a:visited  { /* link color */
	color:#ffffff; 
}
.sf-menu li {  /* first-level */
	background:	#3c82bd;
}
.sf-menu li li { /* second-level */
	background:	#3c82bd;
}
.sf-menu li li li { /* third-level */
	background:	#3c82bd;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#a8c3e0;
	outline:		0;
}
.sf-menu ul li:hover, 
.sf-menu ul li.sfHover,
.sf-menu ul a:focus, 
.sf-menu ul a:hover, 
.sf-menu ul a:active {  /* rollover */
	background:#a8c3e0 !important;
	color:#3c82bd !important;
	font-weight:bold;
}
.sf-menu li.current > a {  /* selected item and path items */ 
	background:#a8c3e0 !important;
	color:#3c82bd !important;
	font-weight:bold;
}
/*///  END  ///////////*/


/*** Submenu arrows ***/
.sf-menu a.sf-with-ul {
	/*padding-right: 	2.25em; original*/
	/*padding-right:0; */  /* Removes (down arrow) padding in top-level tabs with submenus */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
/*custom*/
.sf-menu ul a.sf-with-ul { /* Keeps the arrow at the submenus though */
	padding-right: 	2.25em;
}
/*end custom*/

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in submenus */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/* custom arrow settings */
.sf-menu > li > a span.sf-sub-indicator {
	display:none; /* removes the arrow added by Superfish for top-level items */
}
.sf-menu ul .sf-sub-indicator {
	top:7px !important;
}
/*end */

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../images/shadow.png') no-repeat bottom right;*/	
	background:none;  /*custom */
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* custom  Styles for top-level items */
/*
.sf-menu > li > a {
	border:0;
	padding:0;
}*/
.sf-menu li.tab {
	background-image:url(../images/nimages/nav-div.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:7px;
	
	/*border-right:1px solid #1186ad;*/
	
}
.sf-menu li:first-child.tab a{
		/*border-left:1px solid #1186ad;*/
		/*padding-left:20px !important;*/
}
.sf-menu li:last-child.tab{
		/*padding-right:20px !important;*/
		background-image:none !important;
		}
.sf-menu li.tab > a {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-size:1.071em; /*15px*/
    font-weight:600;
	color:#ffffff;
	text-transform:uppercase;
	background:transparent;
	padding-top:0;
	padding-bottom:0;
	
}
.sf-menu .tab a:hover, .sf-menu a:active, .sf-menu a.current {
	text-decoration:none;
	/*margin-right:1px;*/

}
.sf-menu > li > a, .sf-menu > li.current-parent > a {
	border:0;
	height:40px;
	line-height:40px;
	
}

.sf-menu ul li:hover.tab > a, 	/* These keep the top-level rollovers */
.sf-menu ul li.sfHover > a { 	/* in the on state when menu selected */
color:#3c82bd !important;
	font-weight:bold;

}

.sf-menu li.tab > a:focus, 
.sf-menu li.tab > a:hover, 
.sf-menu li.tab > a:active,
.sf-menu li.current-parent > a  {
/*	background-position:0 -30px;*/
color:#a8c3e0; /* Old browsers */

}

/* END custom Styles for top-level items */

/*custom */
.sf-menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }