div#subtabs {
	margin: 2px 0 35px 0;
	position: relative;
	z-index: 0;
}
div#subtabs li {
	height: 30px;
	line-height: 20px;
	position: relative;
	z-index: 2;
	list-style-type: none;
}
div#subtabs div.breakline {
	background: url('http://tolingo.de/images/elements/navi/sub_back.gif') repeat-x bottom;
	height: 1px;
	position: relative;
	z-index: 1;
}
div#subtabs li a {
	background: url("http://tolingo.de/images/elements/navi/top_left.gif") no-repeat left top;
	color: #444141;
	display: block;
	font-family: 'trebuchet ms';
	font-size: 15px;
	left: 0;
	padding: 0px 0px 0px 2px;
	position: absolute;
	text-decoration: none;
	width: 270px;
}
div#subtabs li a span {
	background: url("http://tolingo.de/images/elements/navi/top_right.gif") no-repeat right top;
	cursor: pointer;
	display: block;
	padding: 6px 15px 6px 13px;
}
div#subtabs li a:hover {
	background-position: 0% -32px;
}
div#subtabs li a:hover span {
	background-position: 100% -32px;
	color: #fff;
	margin-bottom: -1px;
	z-index: 100;
	position: relative;
}
div#subtabs li a.current_page_item {
	background: url("http://tolingo.de/images/elements/navi/top_left.gif") no-repeat left top;
	background-position: 0% -32px;
	color: #fff;
	display: block;
	font-family: 'trebuchet ms';
	font-size: 15px;
	left: 0px;
	padding: 0px 0px 0px 2px;
	position: absolute;
	text-decoration: none;
	top: -1px;
	width: 270px;
}
div#subtabs li a.current_page_item span {
	background: url("http://tolingo.de/images/elements/navi/top_right.gif") no-repeat right top;
	background-position: 100% -32px;
	cursor: pointer;
	display: block;
	padding: 6px 15px 6px 13px;
}
div#subtabs span.breakline {
	background: url('<#HTTP_APP#>images/elements/navi/sub_back.gif') repeat-x bottom;
	height: 1px;
	position: relative;
	z-index: 1;
}