/* TABBED Top Navigation Bar - ORIGINAL DOUGLAS BOWMAN Code - CSS Settings*/

/*IE 6 Fix - Make whole block clickable*/
* html ul#top_nav_tab_1 a {
	height:1px;
	}
/*END IE 6 Fix*/

/* IE6 hack - to prevent text wrapping of > 2 x word tab names */
* html #top_nav_tab_1 a {
	width:auto;
	}
/* END IE6 hack - to prevent text wrapping of 2 x word tab names */ 


#tab_wrap {
	margin-right: 2px;
	margin-left: 2px;
}
#top_nav_tab_1 {
float:left;
width:100%;
font-size:93%;
line-height:normal;
background-color: #DAE0D2;
background-image: url(../images/tabs/bg.gif);
background-repeat: repeat-x;
background-position: bottom;
  }
#top_nav_tab_1 ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 10px;
  }
#top_nav_tab_1 li {
	float:left;
	margin:0;
	border-bottom:1px solid #336;
	/*background-image: url(../images/left_tab.gif);*/
	background-image: url(../images/tabs/lft_tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
  }
#top_nav_tab_1 a {
	float:left;
	display:block;
	width:0.1em;
	text-decoration:none;
	color:#FFFFFF;
	/*background-image: url(../images/right_tab.gif);*/
background-image: url(../images/tabs/rgt_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 5px;
  }

#top_nav_tab_1 > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#top_nav_tab_1 a {float:none;}
/* End IE5-Mac hack */

#top_nav_tab_1 a:hover {
  color:#333;
  }
#top_nav_tab_1 #current {
  background-position:0 -50px;
  border-width:0;
  }
#top_nav_tab_1 #current a {
  background-position:100% -50px;
  padding-bottom:5px;
  color:#333;
  }
#top_nav_tab_1 li:hover, #top_nav_tab_1 li:hover a {
  background-position:0% -50px;
  color:#333;
    }
#top_nav_tab_1 li:hover a {
  background-position:100% -50px;
  }
/*End of tabbed navigation*/
