#TopMenu {
	position: relative;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 186px;
	height: 52px;
	background-color: transparent;
}

#TopMenu li {
	margin: 0px 0px 0px 16px;
	padding: 0;	
	list-style-type: none;
}

#TopMenu a:link, #TopMenu a:visited {
	color: #828181;  /* #A0A0A0; */	
	margin: 0;
	padding: 0px 0px 0px 12px;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/pfeil2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#TopMenu a:focus, #TopMenu a:hover, #TopMenu a:active {
	color: #e50003;
	text-decoration: underline;
}

#TopMenu a.selected{
	color: #e50003;
	text-decoration: underline;
}
