 /* NAVIGATION BAR
--------------------------------------------------------------------*/

#header #mainnav {
	position: relative; /* important */
	z-index: 45; /* important */
}

#tabs {
	list-style: none;
	height: 30px;
	padding: 0;
	position: relative;
	margin: 0;
	font-family:Arial, Verdana, sans-serif;
	color:#252525;
	font-size:12px;
}

#tabs li {
	float: left;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	/* width: 104px;*/
	display: block;
}

#tabs li a {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 30px;
	position: relative;
	text-indent: -5000px;
	background-position: 50%;
	background-repeat: no-repeat;
	width:100%;
	font-family:Arial, Verdana, sans-serif;
	color:#182f61;
	font-size:12px;
}

#tabs > li > a { height: 30px; }
#tabs > li > ul > li > a{ height: 20px; }

li#last-nav-tab { border-right: none !important;} /* take off the right most border */

#tabs li:hover, #tabs li.sfhover {
	color:#9a1c18;
}

#tabs li.selected {

} /* defines background of on tab */

#tabs li #tab_home {
	background-image: url(graphics/nav_home.gif);
	width:44px;
}

#tabs li:hover #tab_home, #tabs li.sfhover #tab_home {
	background-image: url(graphics/nav_home_over.gif);
}

#tabs li #tab_chief {
	background-image: url(graphics/nav_chief.gif);
	width:81px;
}

#tabs li:hover #tab_chief, #tabs li.sfhover #tab_chief {
	background-image: url(graphics/nav_chief_over.gif);
}


#tabs li #tab_rules {
	background-image: url(graphics/nav_rules.gif);
	width:127px;
}

#tabs li:hover #tab_rules, #tabs li.sfhover #tab_rules {
	background-image: url(graphics/nav_rules_over.gif);

}

#tabs li #tab_forms {
	background-image: url(graphics/nav_forms.gif);
	width:92px;
}

#tabs li:hover #tab_forms, #tabs li.sfhover #tab_forms {
	background-image: url(graphics/nav_forms_over.gif);

}

#tabs li #tab_courts {
	background-image: url(graphics/nav_courts.gif);
	width:102px;
}

#tabs li:hover #tab_courts, #tabs li.sfhover #tab_courts {
	background-image: url(graphics/nav_courts_over.gif);
}

#tabs li #tab_resources {
	background-image: url(graphics/nav_resources.gif);
	width:145px;
}

#tabs li:hover #tab_resources, #tabs li.sfhover #tab_resources {
	background-image: url(graphics/nav_resources_over.gif);
}


 /* NAVIGATION DROP DOWNS
--------------------------------------------------------------------*/

#tabs li ul {
	list-style: none;
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	width: 157px;
	display: none;
	z-index: auto;
}

#tabs li > ul {
	left: 0px;
	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 {
	border:0;
	position: relative;
	text-align:left;
	background-image: url(graphics/dropdown_bg.gif);
	background-color:Transparent;
	display: block;
	height: 25px;
	padding: 0;
	margin: 0;
	width: 164px;
	font-family:Arial, Verdana, sans-serif;
	color:#182f61;
	font-size:12px;
	text-decoration:none;
}

#tabs li ul li a 
{
	padding: 0;
	padding-left:5px;
	margin: 0px 0;
	height: 25px;
	width: 147px;
	text-indent: 0px;
	line-height: 25px;
	text-decoration: none;
	display: block;
	background-color: transparent;
	border: 0;
	font-family:Arial, Verdana, sans-serif;
	color:#182f61;
	font-size:12px;
	text-decoration:none;
}

#tabs li.sfhover ul li a:hover, #tabs li ul li a:hover {
	color:#9a1c18;
	text-decoration:underline;
}

	
#tabs li ul li:hover { background-color: Transparent; }


#tabs li.sfhover ul li.bottom_item.sfhover
{
	background-image: url(graphics/dropdown_bg_bottom.gif);	
}


#tabs li:hover ul li.bottom_item, #tabs li.sfhover ul li.bottom_item {
	background-image: url(graphics/dropdown_bg_bottom.gif);
	height: 33px;
	}
	
#tabs li:hover ul li.top_item, #tabs li.sfhover ul li.top_item {
	background-image: url(graphics/dropdown_bg_top.gif);
	height: 25px;
	}

#tabs li:hover ul li.bottom_item_42, #tabs li.sfhover ul li.bottom_item_42 {
	background-image: url(graphics/dropdown_bg_bottom02.gif);
	height: 42px;
	}	

#tabs li:hover ul li:hover, #tabs li.sfhover ul li.sfhover  {
	background-image: url(graphics/dropdown_bg.gif);
	}

#tabs li:hover ul li.bottom_item:hover {

	background-image: url(graphics/dropdown_bg_bottom.gif);
	
}

#tabs li:hover ul li.top_item:hover {

	background-image: url(graphics/dropdown_bg_top.gif);
	
}

#tabs li:hover ul li.bottom_item_42:hover {

	background-image: url(graphics/dropdown_bg_bottom02.gif);
	
}

#tabs li:hover ul,
#tabs li.sfhover ul { 
	display: block;
	} /* lists nested under hovered list items -- Javascript will display this for IE*/


