#subnavi_box {
	margin-bottom: 5px;
}

#subnavi_box ul {
	padding:0;margin:0;list-style-type:none;
}
#subnavi_box ul li {
	background-image:url(navi_hochschnitt.gif);
	background-repeat:repeat-x;
	font-size: 16px;
	height: 30px;
	padding-top: 7px;
}
#subnavi_box ul li a {
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}
#subnavi_box ul li a:link,
#subnavi_box ul li a:visited {
}
#subnavi_box ul li a:hover,
#subnavi_box ul li a:active,
#subnavi_box ul li a:focus {
	color:#dc8300;
}
/* highlighted current element */
#subnavi_box ul li strong {
}
#subnavi_box ul li strong a {
}

/* second level */
#subnavi_box ul ul {
}
#subnavi_box ul ul li {
}
#subnavi_box ul ul li a {
}
.current_page {
	color:#dc8300;
}
