
/* @group TAB BAR */
#navcontainer {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/nav_bg.png) no-repeat left bottom;
	width: 100%;
	height: 31px;
	margin: 0px;
	padding:0px;
}

#navbar {
	height: 28px;
	margin: 0px 0px 0px 15px;
	padding: 0;
	position: relative;
	z-index: 900;
	float: none;
	width: 100%;
}

#navbar ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 28px;
	position: relative;
	top: 3px;
}


#navbar ul li {
	position: relative;

}

/*PARENT MENU*/

#navbar a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	float: left;
	padding: 0;
	margin: 0;

}

#navbar ul li {
	background: url(../images/tab.png) no-repeat -1px 0px;
	padding-left: 11px;
}

#navbar ul li a,
#navbar ul li a_current,
#navbar ul li a.child {
	display: block;
	background: url(../images/tab.png) no-repeat 100% 0%;
	padding-right: 12px;
	color: #FFF;
}



/*PARENT MENU ACTIVE*/
#navbar ul li#current.haschild.active,
#navbar ul li#current.active,
#navbar ul li.haschild.active {
	background: url(../images/tab.png) no-repeat 0 -41px;
	padding-left: 11px;
}
#navbar ul li#current.haschild.active a,
#navbar ul li#current.active a,
#navbar ul li.haschild.active a
 {
	display: block;
	background: url(../images/tab.png) no-repeat 100% -41px;
	color: #333;
}


/*ALL LISTS*/

#navbar li {
	float: left;
	padding: 0;
	background: none;
}
#navbar ul ul a {
	background: none;
}
#navbar li:hover ul, 
#navbar li li:hover ul, 
#navbar li li li:hover ul, 
#navbar li li li li:hover ul,
#navbar li.sfhover ul, 
#navbar li li.sfhover ul, 
#navbar li li li.sfhover ul,
#navbar li li li li.sfhover ul {
	background: #0093e3;
}

/*PARENT ITEM SEPARATOR*/


/*DEFINE HOVER COLORS*/

#navbar li:hover a, #navbar li.sfhover a {
	color: #ffffff;
}

#navbar ul li a:hover,
#navbar ul li ul li a:hover,
#navbar ul li ul li ul li a:hover,
{
	color: #eee;
	background-color: #00a6ff;
}


#navbar ul li:hover,
#navbar ul li.haschild.active ul li#current.active:hover,
#navbar ul li.haschild.active:hover,
#navbar ul li#current.haschild.active ul li.haschild:hover
 {
	color: #eee;
	background-color: #00a6ff;
}

/*
POSSIBLE TO SHOW PARENT INDICATOR HERE (NEEDS PADDING)
#navbar a.haschild,
#navbar li.active a.haschild {
background: url(../images/arrow_right.gif) 100% 0 no-repeat;}
*/

/*SUBLEVEL PARENT INDICATORS*/

#navbar ul li ul li a.child, #navbar ul li ul li a.child:hover,
#navbar ul li ul li a.child:hover, #navbar ul li#active ul a.child,
#navbar ul li.haschild.active ul li.haschild.active a.child,
#navbar ul li#current.haschild.active ul li.haschild,
#navbar ul li.haschild.active ul li#current.haschild.active a.child,
#navbar ul li.haschild.active ul li.haschild.active ul li.haschild a.child

 {
	background: url(../images/arrow_right.gif) 161px 50% no-repeat;
	padding:0px;
	color: #eee;
}
#navbar ul li#current.haschild.active li a,
#navbar ul li.haschild.active li a,
#navbar ul li.haschild.active ul li#current.active,
#navbar ul li.haschild.active ul li#current.active a,
#navbar ul li.haschild.active ul li.haschild.active
{
	color: #fff;
	background-image: none;
	margin: 0;
	padding: 0;
}

/*SUBLEVEL STYLES*/

/*SUBLEVEL TEXT STYLES*/

#navbar li li a {
	font-weight: normal;
	padding: 0;
	height: 24px;
	line-height: 24px;
	text-indent: 5px;
}

#navbar ul ul a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 167px;
	text-transform: none;
}

#navbar li li {
	padding: 0;
	background: none;


/*DONT SHOW THE BACKGROUND IMAGE*/
	border-bottom: 1px solid #00a6ff;
}

/*SUBLEVEL POSITIONING*/
#navbar li ul {
	top: 28px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	border-bottom: none;
	border-top: none;
}


#navbar li li {
	float: left;
	padding: 0;
	width: 170px;
}

#navbar li ul ul {
	margin: -28px 0 0 170px;
}

#navbar li:hover, #navbar li.sfhover {
	left: 0;
}



/*SUBLEVEL HOVER STYLES*/

#navbar ul ul a:hover {
	background: none;
	height: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

#navbar li li:hover,
#navbar li.haschild li#current.active:hover,
#navbar li li:sfhover,
#navbar li.haschild li#current.active:sfhover {
	background: #00a6ff;
	border-bottom: 1px solid #00a6ff;
}



/* NO ACTIVE STYLES */

#navbar li li.active, #navbar li li.active {
	background-image: none;
}

/* HIDE OTHER LISTS FROM IE */
#navbar li:hover ul ul, 
#navbar li:hover ul ul ul,
#navbar li:hover ul ul ul ul,  
#navbar li.sfhover ul ul, 
#navbar li.sfhover ul ul ul, 
#navbar li.sfhover ul ul ul ul {
	left: -999em;
}
#navbar li:hover ul, 
#navbar li li:hover ul, 
#navbar li li li:hover ul, 
#navbar li li li li:hover ul,
#navbar li.sfhover ul, 
#navbar li li.sfhover ul, 
#navbar li li li.sfhover ul,
#navbar li li li li.sfhover ul {
	z-index: 100;
	left: 0;
}
/* BECAUSE IE DOESNT UNDERSTAND CSS EVEN IN 2007 */
#navbar li.sfhover ul li.sfhover
 {
	background: #00a6ff;
	border-bottom: 1px solid #00a6ff;
}


/* @end */

