ul#submain {
	list-style:none;
	padding:0 0 0px 10px;
	margin:0;
	position:absolute;
	}
ul#submain li {
	width: 143px;
	overflow:hidden;
	height: 25px;
	float:left;
	background-color:white;
	}
ul#submain li:hover {
	overflow: visible;
	}
ul#submain ul {
	margin: -10px 0 0 -40px;
	width: 143px;
	list-style:none;
	}
ul#submain ul li {
	height: 25px;
	float: left;
	width: 143px;
	background-color:white;
	}
ul#submain a {
	text-decoration:none;
	color:black;
	display:block;
	text-align: center;
	padding: 1px;
	margin: 0 0 -10px 0;
	height: 33px;
	background:url('schalter_weiss2.gif') no-repeat;
	}
ul#submain a:hover {
	color:black;
	background: url('schalter_aktiv2.gif') no-repeat;
	}
	
	#submain {
		width: auto;
		padding: 0 0 30px 0;
		font: bold 81.25%/2 Verdana, Arial, sans-serif;
		font-size: 12px;
		}
