/* CSS Document */

#tabsF{
	width:940px;
	margin:auto;
	padding:0;
	line-height:normal;
	height:42px;
	background:#fff url("../images/tabbg.jpg") repeat-x left top;
	z-index:1;
	}
		
#tabsF ul{
	float:right;
	margin:0;
	padding:18px 0 0 0;
	list-style:none;
	z-index:2;
    }
	
#tabsF li{
	display:inline;
	margin:0; 
	padding:0;
	}
	
#tabsF a{
	float:left;
	background:url("../images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
	}
	
#tabsF a span{
	float:left;
	display:block;
	background:url("../images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#fff;
	font-weight:bold;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a:link span{
	float:none;
	}
	
/* End IE5-Mac hack */
#tabsF a:hover span{
	color:#69f;
	font-weight:bold;
	}
	
#tabsF a:hover{
	background-position:0% -42px;
  	}
	
#tabsF a:hover span{
  	background-position:100% -42px;
	cursor:pointer;
 	 }
	 
#active a:link, #active a:visited, #active a:hover{	
	background-position:0% -42px;
	}
	
#active a:link span, #active a:visited span, #active a:hover span{	
	background-position:100% -42px;
	color:#69f;
	}
#tt span{
	display:inline;
	}
#tt span.line{
	display:inline;
	}
