#nav {
	padding: 0;
}

#nav a {
	text-decoration:none;
	display:block;
	font-weight: normal;
}

#nav a {
	margin:0;
	color: #FFFFFF;
	float:left;	
	padding:10px 20px;
	background: url("../Bilder/nav_bg.png");
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #nav li:hover a, #nav li.hover a {
	background-color:#F6C739 ;	
	background: url("../Bilder/nav_bg_hover.png");
	color:#FFF;
}
#nav li {
	position: relative;
	float: left;
}

ul#nav li .sub {
	position: absolute; /*--Important--*/
	top: 65px; left: 0;
	/*padding: 20px 20px 20px;*/
	float: left;
	/*display: none; /*--Hidden for those with js turned off--*/
	z-index: 10000;
	background: #222 url(sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 10px 0;
	border-top: 1px solid #666666;
	border-bottom: 7px solid #1FCBE1;
	border-right: 7px solid #1FCBE1;
	border-left: 2px solid #1FCBE1;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

}
ul#nav li .sub_formatting {
}
ul#nav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#nav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 203px;
	float: left;
}
ul#nav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #222;
}
ul#nav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}
ul#nav .sub ul li h2 a { /*--Sub nav heading link style--*/
	display: block;
	width: 177px;
	margin: 0 10px 2px 10px;
	padding: 3px 3px;
	background: url(../Bilder/megamenu/title.png);
	/*background: #444444;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
}
ul#nav .sub ul li a {
	float: none;
	width: 177px;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	margin: 2px 10px;
	padding: 2px 3px;
	min-width: 114px;
	display: block;
	text-decoration: none;
	color: #eee;
	font-size: 11px;
}
ul#nav .sub ul li a:hover {
	color: #222;
	background-position: 5px 12px ;/*--Override background position--*/
	background: #1FCBE1;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}