
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/



ul#topnav a.home {
	background: url(/img/menu/navtop_home.png) no-repeat;
	width: 64px;
	margin-right: 20px;
}
ul#topnav a.fahrschueler {
	background: url(/img/menu/navtop_fahrschueler.png) no-repeat;
	width: 259px;
	margin-right: 20px;
}
ul#topnav a.fahrlehrer {
	background: url(/img/menu/navtop_fahrlehrer.png) no-repeat;
	width: 126px;
	margin-right: 0;
}

ul#topnav a.homeFrNav {
	background: url(/img/menu/navtop_home_fr.png) no-repeat;
	width: 52px;
	margin-right: 20px;
}
ul#topnav a.fahrschuelerFr {
	background: url(/img/menu/navtop_fahrschueler_fr.png) no-repeat;
	width: 211px;
	margin-right: 20px;
}
ul#topnav a.fahrlehrerFr {
	background: url(/img/menu/navtop_fahrlehrer_fr.png) no-repeat;
	width: 98px;
	margin-right: 0; 
}




ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left: 0;
	z-index: 99999;
	background: #ffba02 url(/img/menu/navtop_sub_bg.png) repeat-x; 
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #ffffff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.2em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	/* color: #fd9611; */
	color: #ffffff;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(/img/menu/bullet.png) no-repeat 1px 10px;
	padding: 5px 5px 1px 15px;
	display: block;
	text-decoration: none;
	/* color: #787878; */
	color: #ffffff;
	font-size : 86%;
}
ul#topnav li.content a.content {
	/* normale html links in navi */
	background-image: none;
	padding: 100%;
	display: inline;
}
ul#topnav .sub ul li a:hover {
	/* color: #fd9611; */
	background-position: 2px 10px ;/*--Override background position--*/
}