 /* NAVIGATION BAR
--------------------------------------------------------------------*/

#header #mainnav {
	position: relative; /* important */
	z-index: 45; /* important */
}


#tabs {
	list-style: none;
	height: 20px;
	padding: 0;
	position: relative;
	margin: 0;
	margin: 0 0 0 4px;;
}

#tabs li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	/* width: 104px;*/
	display: block;
}


#tabs li a {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 20px;
	color: black;
	position: relative;
	text-indent: -5000px;	
	background-position: 50%;
	background-repeat: no-repeat;
	width:100%;
}

#tabs > li > a { height: 20px; }

#tabs > li > ul > li > a{ height: 20px; }

#tabs li:hover, #tabs li.sfhover {
	color: #993300;
	background-color: #fff;
}

#tabs li #button1 {
	background-image: url(../i/nav/Button1.gif);
	width:154px;
	height:20px;
}

#tabs li:hover #button1, #tabs li.sfhover #button1 {
	background-image: url(../i/nav/Button1_unactivated.gif);
}

#tabs li #button2 {
	background-image: url(../i/nav/Button2.gif);
	width:154px;
	height:20px;
}

#tabs li:hover #button2, #tabs li.sfhover #button2 {
	background-image: url(../i/nav/Button2_unactivated.gif);	
}

#tabs li #button3 {
	background-image: url(../i/nav/Button3.gif);
	width:154px;
	height:20px;
}

#tabs li:hover #button3, #tabs li.sfhover #button3 {
	background-image: url(../i/nav/Button3_unactivated.gif);
}

#tabs li #button4 {
	background-image: url(../i/nav/Button4.gif);
	width:154px;
	height:20px;
}

#tabs li:hover #button4, #tabs li.sfhover #button4 {
	background-image: url(../i/nav/Button4_unactivated.gif);
}

#tabs li #button5 {
	background-image: url(../i/nav/Button5.gif);
	width:156px;
	height:20px;
}

#tabs li:hover #button5, #tabs li.sfhover #button5 {
	background-image: url(../i/nav/Button5_unactivated.gif);
}


 /* NAVIGATION DROP DOWNS
--------------------------------------------------------------------*/

#tabs li ul {
	list-style: none;
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	padding-left: 2px;
	background-color: transparent;
	border: none;
	width: 151px;
	display: none;
}

#tabs li > ul {
	left: -2px;
	top: auto;
	} /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */

#tabs li ul li {
	color:#FFFFFF;
	border-bottom: 1px solid #002C43;
	border-left: 1px solid #002C43;
	border-right: 1px solid #002C43;
	position: relative;
	text-align:left;
	background-color:#a1c1d6;
	display: block;
	height: 20px;
	padding: 0;
	margin: 0;
	width: 151px;
}

#tabs li ul li a 
{
	padding: 0;
	padding-left:10px;
	margin: 0;
	color: #666;
	height: 20px;
	width: 141px;
	text-indent: 0px;
	line-height: 20px;
	text-decoration: none;
	font-size: 11px;
	display: block;
	background-color: transparent;
	border: 0;
	color:#FFFFFF;
	text-align:left;
}


#tabs li ul li:hover { background-color: Transparent; }


#tabs li.sfhover ul li.bottom_item.sfhover
{
	background-color: #6b96b7;	
}

#tabs li:hover ul li.bottom_item:hover {
	background-color: #6b96b7;
}


#tabs li ul li.bottom_item, #tabs li.sfhover ul li.bottom_item {
	background-color: #a1c1d6;
	height: 20px;
	}
	
#tabs li:hover ul li:hover, #tabs li.sfhover ul li.sfhover  {
	background-color: #6b96b7;
	}

#tabs li:hover ul,
#tabs li.sfhover ul { 
	display: block;
	} /* lists nested under hovered list items -- Javascript will display this for IE*/
