/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/

/*** These are built in, with my mods ***/
.sf-navbar {	background:		#f1b310; /* level 2 inactive background color */	height:			3.65em;	padding-bottom:	3.65em;	position:		relative;}
.sf-navbar li {	background:		#f1b310; /* level 1 background color */	position:		static;	font-size: 		18px;	margin:			0 4px;}
.sf-navbar a {	border-top:		none;}
.sf-navbar li ul {	width:			35em; /*IE6 soils itself without this*/}
.sf-navbar li li {	background: 	#f1b310; /* Level 2 background */	position:		relative;	xbackground-image:url("/wp-content/themes/UVP Home/images/level2-green-divider.jpg");	xbackground-repeat: no-repeat;	xbackground-position:right; }

.sf-navbar li li ul {width:	10em;}
.sf-navbar li li li {	width:	100%;	border-top: 	1px solid #446e27;	border-bottom: 	1px solid #446e27;	background:		#0f0; /* Level 3 background - not right*/	position:		relative;	}
.sf-navbar ul li {	width:			auto;	float:			left;}
.sf-navbar li.current_page_item {	background:		#446e27; /* not sure */}.sf-navbar li:hover, .sf-navbar li.sfHover, .sf-navbar li li.current_page_item, .sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {	background:	#f1b310;	 /* level 1 hover background color */	color: #446e27;}
.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:		#f1b310; /* level 2 hover */	xbackground-image:url("/wp-content/themes/UVP Home/images/level2-green-divider.jpg");	xbackground-repeat: no-repeat;	xbackground-position:right; }
ul.sf-navbar li li li:hover, ul.sf-navbar li li li.sfHover, .sf-navbar li li.current_page_item li.current_page_item, .sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {	background:		#f1b310;  /* level 3 hover */	color: #000;}
ul.sf-navbar .current_page_item 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 .current_page_item ul ul {	top: 			-999em;}
.sf-navbar li li.current_page_item > a {	font-weight:	normal;}
/*** 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;}*/
/*** These are my styles ***/
.sf-navbar li a:active {	background: #f1b310;	color: #446e27;}
.sf-navbar li li a:hover {	color: #446e27;}
.sf-navbar li li a:active {	background: #f1b310;	color: #446e27;}
