.nav_rechts ul
{
	margin: 3px -5px 0 20px;
	padding: 0 0 3px 0;
	border-bottom: 3px solid #ffd100;
	}

.nav_rechts ul li 
{
	width: 180px;
	margin: 3px 0 0 0;
	padding: 7px 0 8px 15px;
	background: #e9e9e9;
	list-style-type: none;
}

.nav_rechts ul li a
{
	color: #616161;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	margin: 0;
	padding: 7px 0 8px 15px;
}

.nav_rechts ul li a:hover, .nav_rechts ul li.active a, .nav_rechts ul li.active a:visited
{
	text-decoration: underline}