@charset "iso-8859-2";


#nav {
	position: relative;
	height: 30px;
	z-index: 20;
}

#nav ul {
	text-align: left;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	height: 30px;
}
  
#nav ul li.normal {
	position: relative;
	float: left;
	margin: 0;
	height: 30px;
}

#nav ul li.normal a {
	display: block;
	padding: 0px 10px;	
	margin: 0;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	max-height: 30px;
}

#nav ul li.normal a:hover {
	background: url(../grafik/nl-butbg1.png) center;
	text-decoration: none;
	max-height: 30px;
}

*+html #nav li a,
*+html #nav li.current ul li a {
	width: auto;
}

* html #nav li a,
* html #nav li.current ul li a {
	width: auto;
}


#nav ul li.current {
	position: relative;
	float: left;
	margin: 0;
	height: 30px;
}
#nav ul li.current a {
	background: url(../grafik/nl-butbg0.png) center;
	display: block;
	padding: 0px 10px;	
	margin: 0;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	max-height: 30px;
}
#nav ul li.current a:hover {
	background: url(../grafik/nl-butbg1.png) center;
	text-decoration: none;
	max-height: 30px;
}

#nav ul li ul {
	display: none;
	position: absolute;
	top: 30px;
	bottom: 0;
	margin: 0;
	padding: 0;
	height: 30px;
	background-image: none;
}

#nav ul li:hover ul {
	display: block;
	background-image: none;
}

#nav li ul li.submen {
	padding: 0;
	margin: 0;
	height: 30px;
	min-width: 100px;
	background: none;
}
#nav li ul li.submen a {
	background-color: #222;
	text-decoration: none;
	height: 30px;
	background-image: none;
}
#nav li ul li.submen a:hover {
	background-color: #333;
	text-decoration: none;
	background-image: none;
}

#nav li ul li.submencur {
	padding: 0;
	margin: 0;
	height: 30px;
	background-image: none;
}
#nav li ul li.submencur a {
	background-color: #444;
	text-decoration: none;
	height: 30px;
	background-image: none;
}
#nav li ul li.submencur a:hover {
	text-decoration: none;
	background-color: #444;
	background-image: none;
}

