/* horizontales Menu mit Ritter */
#tab_header {
	float: left;
	width: 749px;
	background: url("../bg/comasys_tab-menu.gif") repeat-x bottom;
	font-size: 70%;
	line-height: normal;
	top: 0px;
	position: absolute;
	}
#tab_header ul {
	margin: 0;
	/*padding: 15px 10px 0;*/
	padding: 50px 10px 0;
	list-style: none;
	}
#tab_header li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#tab_header a {
	float: left;
	background: url("../bg/comasys_tab-menu.gif") no-repeat left top;
	margin:0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #E4770D;
	text-decoration: none;
	}
#tab_header a span {
	float: left;
	display: block;
	background: url("../bg/comasys_tab-menu.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	font-weight: bold;
	color: #5E3717;  /* #765; */
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab_header a span {float:none;}
	/* End IE5-Mac hack */
	
#tab_header a:hover span {
	color: #333;
	}
#tab_header #act a {
	background-position: 0 -150px;
	border-width: 0;
	}
#tab_header #act a span {
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #333;
	}
#tab_header a:hover {
	background-position: 0% -150px;
	}
#tab_header a:hover span {
	background-position: 100% -150px;
	}

