
/* @group TAB BAR */
#navcontainer {
	font: 10px Arial, Helvetica, sans-serif bold;
	/*background: url(../images/nav_bg.png) no-repeat left bottom;*/
	width: 99%;
	height: 28px;
	/*margin: 0px;*/
	padding: 0px;
	float:none;
	color:#333333;
	border:thin;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color: #fafafa;
		margin-left:auto;
	margin-right:auto;
	
}

#navbar {
	height: 25px;
	/*margin: 0px 0px 0px 0px;*/
	padding: 0px;
	position: relative;
	z-index: 900;
	float: none;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

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


#navbar ul li {
	position: relative;

}

/*PARENT MENU*/

#navbar a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	float: none;
	padding: 0;
	margin: 0;
}

#navbar ul li {
	/*background: url(../images/tab.png) no-repeat -1px 0px;*/
	padding-left: 5px;
	border-right: 1px;
	border-right-color:#333333;
}

#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: 15px;
	color: #000000;
	border-right: 2px;
	border-right-color:#333333;
}



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

/*PARENT ITEM SEPARATOR*/


/*DEFINE HOVER COLORS*/

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

#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: #0101A5;
}


#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: #FFFFFF;
	/*background-color: #FFFFFF;*/
}

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

/*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: #0101A5;
	border-bottom: 1px solid #cccccc;
}



/* 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: #0101A5;
	border-bottom: 1px solid #cccccc;
}


/* @end */

