
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background-color: 	transparent;
	padding-bottom: 	1em;
	position:			relative;
	height: 			2.5em;
	z-index: 			10;
}

.sf-navbar li {
	background-color: 	transparent;
	position:			static;
	padding-top: 		4px;
	top:				2.4px;
	height: 			33px;
	color: 				#ffffff;
	z-index: 			10;
}

.sf-navbar a {
	border-top:			none;
}

.sf-navbar li ul {
	width:				60em; /*IE6 soils itself without this*/
}

.sf-navbar li li {
	position:			relative;
	background-color: 	transparent;
	z-index: 			10;
}

/*Controls LV 3*/
.sf-navbar li li ul {
	width:				20em;
	z-index: 			10;
}

.sf-navbar li li li {
	width:				100%;
	z-index: 			10;
}

.sf-navbar ul li {
	width:				auto;
	float:				left;
	z-index: 			10;
}

.sf-navbar a/*, .sf-navbar a:visited*/ {
	border:				none;
	color: 				#163049;
	font-size: 			12px;
	font-weight: 		bolder;
}

.sf-navbar li.current {
	background-color: 	transparent;
	top: 				2.4px;
	color: 				#ffffff;
}

.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background-color: 	#418ace;
	color: 				#ffffff;
	font-weight: 		bolder;
}

.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:			#22517b;
	color: 				#ffffff;
	font-weight: 		bolder;
}

ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background: 		#5da1e0;
	color: 				#f5f5f5;
	z-index: 			100;
}

ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:				0;
	top: 				2.4em; /* match top ul list item height */
}

ul.sf-navbar .current ul ul {
	top: 			-999em;
	font-weight: 	bolder;
}

.sf-navbar li li.current > a {
	font-weight:	bolder;
}

.sf-navbar ul li li a{
	color: #ffffff;
	font-weight: 		bolder;
	z-index: 			100;
}

.sf-navbar ul li li a:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: 		bolder;
	z-index: 			100;
}

.sf-navbar ul li  a{
	color: #fff;
	border-right: 1px dotted #70a8db;
	font-weight: 		bolder;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
	color: #77b0df;
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}