ul#menu
{
	margin:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Verdana, Arial;
	padding: 0;

}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding: 0;
	width: 134px;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{
	color:#AC243C;
	height:22px;
	background-color: transparent;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: center -30px;
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	float:left;
	margin:0;
	background-color: transparent;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: center -30px;
}




#untermenu {
	background: #ffffff;
	margin: 0;
	padding: 0;
	width: 200px;
	list-style-position: outside;
	list-style-image: url(../images/listenfake.gif);
	list-style-type: disc;
}
#untermenu li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
#untermenu a {
	color: #333333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#untermenu a:hover {
	color: #ac243c;
	padding-bottom: 8px;
	background-color: #FFFFFF;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#untermenu a.current {
	color: #ac243c;
	padding-bottom: 8px;
	background-color: #CCCCCC;
	background-image: url(../images/hover2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}




#z_untermenu {
	background: #000000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 170px;
}
#z_untermenu li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #AC243C;
}
#z_untermenu a {
	color: #333333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#z_untermenu a:hover {
	color: #ac243c;
	padding-bottom: 8px;
	background-color: #FFFFFF;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#z_untermenu a.current {
	color: #ac243c;
	padding-bottom: 8px;
	background-color: #CCCCCC;
	background-image: url(../images/hover2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
