 /*- Menu Tabs F--------------------------- */

#tabsF {
	float:left;
	width:100%;
	background:transparent;
	font-size:80%;
	line-height:normal;
	border-bottom: 2px solid #7f0f25;
	position: relative;
	z-index: 100;
	top: -0.5em;
}
#tabsF ul {
	margin:0;
	padding:10px 10px 0px 2px;
	list-style:none;
}
#tabsF li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsF a {
	float:left;
	background:url("../../img/menu/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsF a span {
	float:left;
	display:block;
	background:url("../../img/menu/tabrightF.gif") no-repeat right top;
	padding:5px 8px 4px 1px;
	color:#666;
	font-weight: bold;
}
/* ------------------------------------------------- */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {
	float:none;
}
/* End IE5-Mac hack */
/* ------------------------------------------------- */

/* Tabs nicht selectiert, Mouseover (Weiß->Blau) */
#tabsF a:hover span {
	color:#FFF;
}
#tabsF a:hover {
	background-position:0% -252px;
}
#tabsF a:hover span {
	background-position:100% -252px;
}
/* Tabs selectiert (Rot) */
#tabsF #current a {
	background-position:0% -504px;
	color:#FFF;
}
#tabsF #current a span {
	background-position:100% -504px;
	color:#FFF;
}
/* Tabs selectiert, Mouseover (Rot->Blau) */
#tabsF #current a:hover {
	background-position:0% -252px;
	color:#FFF;
}
#tabsF #current a:hover span {
	background-position:100% -252px;
	color:#FFF;
}


