
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background:		#000000;
	height:			2.5em;
	padding-bottom:	2.5em;
	position:		relative;
}
.sf-navbar li {
	background:		inherit;
	position:		static;
	font-weight: 		bold;
}
.sf-navbar a, .sf-navbar a:visited {
	border-top:		none;
	font-family: 		Tahoma, Geneva, sans-serif;
	font-size: 		10px;
	text-transform: 	uppercase;
	color:			#fff;
}
.sf-navbar li ul {
	width:			900px; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	background:		inherit;
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
/*.sf-navbar li.currentpage {
	background:		#000000;
}*/
.sf-navbar li.privledged {
	color: 			#eea91a;
}
.sf-navbar li.privledged a:hover, .sf-navbar li.privledged a {
	color: 			#eea91a;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.currentpage,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		inherit;
}
.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:		inherit;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.currentpage li.currentpage,
.sf-navbar ul li li a, .sf-navbar ul li li a:focus, .sf-navbar ul li li a:active {
	background:		inherit;
	font-weight: 		normal;
	height: 		10px;
	padding: 		5px 15px;
	line-height:		10px;
	border-left: 		1px solid #fff;
}
.sf-navbar ul li li:first-child a {
	border:			none;
}
ul.sf-navbar .currentpage ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .currentpage ul ul {
	top: 			-999em;
}
.sf-navbar li li.current page a:hover {
	font-weight: 	bold;
}
.sf-navbar li li.currentpage > a {
	font-weight:	bold;
}

/*** 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; /* arrow hovers for modern browsers*/
}

/*** 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;
}

