#nav1, .nav2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: 12px "Times New Roman", Times, serif;
}

ul a {
	text-decoration: none;
}

.nav2 a:link, .nav2 a:visited {
	font-weight: bold;
	color: #fff;
}

.nav2 a:hover, .nav2 a:active {
	font-weight: bold;
	text-decoration: none;
}

.liste_eins {
	position: relative;
	float: left;
	width: 138px;
	height: 45px;
	cursor: pointer;
}

#brauerei {
	background: url(../images/nav_brauerei.jpg);
}

#gold {
	background: url(../images/nav_gold.jpg);
}

#unterhaltung {
	background: url(../images/nav_unterhaltung.jpg);
}

#quelle {
	background: url(../images/nav_quelle.jpg);
}

#aktion {
	background: url(../images/nav_aktionen.jpg);
}

#shop {
	background: url(../images/nav_shop.jpg);
}

.nav2 {
	margin-top: 45px;
	display: block;
}

.nav2_dropdown{
	position: absolute;
	overflow: hidden;
	display: block;
	height: 45px;
}

.liste_zwei a {
	display: block;
	width: 138px;
	height: 20px;
	padding-top: 4px;
	color: #FFF;
	text-align: center;
	background: url(../images/bg_dropdown.gif);
}

.liste_zwei a:hover, .liste_zwei a:hover {
	color: #000;
	background: url(../images/bg_dropdown_a.gif);
} 

.liste_footer {
	width: 138px;
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	background: url(../images/bg_liste_footer.jpg);
}

