/* SuckerFish Menus Default */

#nav {
	margin-left: 5px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

/* top level links */

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */


#nav li {
  float:left;
  height: 25px;
  background:url('../images/bus_tab_norm_l.png') no-repeat bottom left;
  margin-left: 4px;
  margin-right:0; margin-top:0; margin-bottom:0; padding-left:7px; padding-right:0; padding-top:0; padding-bottom:0
}

#nav li a {
  float:left;
  display:block;
  line-height: 25px;
  height: 25px;
  background:url('../images/bus_tab_norm_r.png') no-repeat 100% 100%;
  text-decoration: none;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #0050b0; padding-left:5px; padding-right:10px; padding-top:0px; padding-bottom:0px
}

div#nav li:hover, div#nav li.sfhover {
  background: url('../images/bus_tab_over_l.png') no-repeat bottom left;
}
div#nav li:hover a, div#nav li.sfhover a {
  background: url('../images/bus_tab_over_r.png') no-repeat bottom right;
  color: #0050b0;
}

div#nav li.active a {
  background:url('../images/bus_tab_active_r.png') no-repeat bottom right;
  color: #ffffff
}

div#nav li.active {
  background:url('../images/bus_tab_active_l.png') no-repeat bottom left;
}




/** preloads **/
span.pl_tab_l {
	background-image: url('../images/bus_tab_over_l.png');
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden
}

span.pl_tab_r {
	background-image: url('../images/bus_tab_over_r.png');
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden
}

#tabbar {
    width: 100%;
    padding-top: 4px;
	height: 25px !important;
	height: 29px;
	background: url("../images/bus_tabbar_bg.png") repeat-x;
}

#colorbar {
  	float: left;
  	width: 100%;
	height: 7px;
	overflow: hidden;
	background: #ff6600; 
	padding-right: 0px; 
	padding-left: 0px;
}

#topnav_links {
  float: left;
  width: 100%;
  height: 17px;
  background: url("../images/bus_bluebar_top.png") repeat-x;
  padding: 0px;
}

#links        {
  float: right;
}

#topnav_links ul {
  margin: 0;
  padding: 0;
}

#topnav_links li {
  background-image: none;
  list-style:none; 
  float: left; 
  margin: 0px; 
  padding: 0px;
  font-size: 11px;
  line-height:17px;
  height: 17px;
  white-space: nowrap;
}

#topnav_links a {
  display: block;
  padding: 0px 20px;
  float: none; 
  text-decoration: none;  
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  background: url("../images/bus_seperator_bluebar.png") 0px 3px no-repeat;
}

.today-nav {
  padding: 0px 5px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

#topnav_links a:hover {
  color: #ff9900;
}