/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	height:			2.5em;
	padding-bottom:	2.5em;
	position:		relative;
    float:  right;
    margin-top:-100px;
    width:614px;
	font-weight:    bold !important;
    margin-right:48px;
}
.sf-navbar li {
	position:		static;
	font-weight:    bold !important;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			99em; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	background:		#BFD93A;
	position:		relative;
        font-family:Arial,"Times New Roman",Times,serif;
font-size:10px;
margin-left:-1px;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
	font-weight:normal !important;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {
	background:#ffffff;
        font-weight:bold; 
}
.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:	url("images/menu-btm-bg.jpg");
	background: no-repeat left top;
}
.sf-navbar li.tab-1 a:hover, .sf-navbar li.tab-1 a:focus{
  background: url("images/classes-on.png");
  background-repeat: no-repeat;
  font-weight:bold !important;
  font-size:10px;
  color:#ffffff !important;
}
.sf-navbar li.tab-1_current
{
	background: url("images/classes-on.png");
  background-repeat: no-repeat;
  font-weight:bold !important;
  font-size:10px;
  color:#ffffff !important;

}
.sf-navbar li.tab-2 a:hover,.sf-navbar li.tab-2 a:active{
  background: url("images/events-on.png");
  background-repeat: no-repeat;
  font-weight:bold !important;
  color:#FFFFFF !important;
}
.sf-navbar li.tab-2_current
{
 background: url("images/events-on.png");
  background-repeat: no-repeat;
  font-weight:bold !important;
  color:#FFFFFF !important;	
}
.sf-navbar li.tab-3 a:hover{
  background: url("images/teacher-training-on.jpg");
  background-repeat:no-repeat;
  font-weight:bold !important;
  color:#FFFFFF !important;
}

.sf-navbar li.tab-3_current
{
background: url("images/teacher-training-on.jpg");
  background-repeat:no-repeat;
  font-weight:bold !important;
  color:#FFFFFF !important;	
}

.sf-navbar li.tab-4 a:hover{
  background: url("images/programs-on.png");
  background-repeat:no-repeat;
  font-weight:bold;
  color:#FFFFFF !important;
}

.sf-navbar li.tab-4_current
{
 background: url("images/programs-on.png");
  background-repeat:no-repeat;
  font-weight:bold;
  color:#FFFFFF !important;	
}

.sf-navbar li.tab-5 a:hover{
  background: url("images/shop-on.jpg"); 
  font-weight:bold;
  color:#FFFFFF !important;
background-repeat: no-repeat;}

.sf-navbar li.tab-5_current
{
background: url("images/shop-on.jpg"); 
  font-weight:bold;
  color:#FFFFFF !important;
background-repeat: no-repeat;	
}

.sf-navbar li.tab-6 a:hover{
  background: url("images/services-on.png");
  font-weight:bold;
  color:#FFFFFF !important;
background-repeat: no-repeat;}

.sf-navbar li.tab-6_current
{
background: url("images/services-on.png");
  font-weight:bold;
  color:#FFFFFF !important;
background-repeat: no-repeat;	
}

.sf-navbar li.tab-7 a:hover{
  background: url("images/resources-on.jpg");
  font-weight:bold;
  color:#FFFFFF !important;
background-repeat: no-repeat;}

.sf-navbar li.tab-7_current
{
background: url("images/resources-on.jpg");
  font-weight:bold;
  color:#FFFFFF !important;
background-repeat: no-repeat;	
}

.sf-navbar li.tab-8 a:hover{
  background: url("images/about-us-on.png");
 font-weight:bold;
  color:#FFFFFF !important;
background-repeat: no-repeat;}

.sf-navbar li.tab-8_current
{
  background: url("images/about-us-on.png");
 font-weight:bold;
  color:#FFFFFF !important;
background-repeat: no-repeat;}	
}
.sf-navbar li.tab-8_current #current-nav
{
	color:#fff !important;
}

.sf-navbar li ul li.item a:hover{
background: #BFD93A;	
 color:          #a8251d !important;
font-size:10px;
}

.sf-navbar li ul{
	width:100%;
        background-color:#bfd93a !important; 
&nbsp; }
.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:		#BFD93A;
        color:          #a62319;
}
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:		#E6EEFF;
}
ul.sf-navbar .current 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 ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	normal;
}
ul.sf-navbar .current-parent 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-parent ul ul {
	top: 			-999em;
}

.sf-navbar li li.current-parent > 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;
}