
#menu td.side {
	width: 40px;
	overflow: hidden; 
	padding: 0px 3px; }
	
#menu table { width: 100% }

#one-ddheader {
	background: url('../img/hover/news.gif') center center no-repeat }
#two-ddheader {
	background: url('../img/hover/band.gif') center center no-repeat }
#three-ddheader {
	background: url('../img/hover/live.gif') center center no-repeat }
#four-ddheader {
	background: url('../img/hover/music.gif') center center no-repeat }
#five-ddheader {
	background: url('../img/hover/shop.gif') center center no-repeat }
#six-ddheader {
	background: url('../img/hover/contact.gif') center center no-repeat }

/*
#one-ddheader {
	background: url('../img/txt/news.gif') center center no-repeat }
#two-ddheader {
	background: url('../img/txt/band.gif') center center no-repeat }
#three-ddheader {
	background: url('../img/txt/live.gif') center center no-repeat }
#four-ddheader {
	background: url('../img/txt/music.gif') center center no-repeat }
#five-ddheader {
	background: url('../img/txt/shop.gif') center center no-repeat }
#six-ddheader {
	background: url('../img/txt/contact.gif') center center no-repeat }
*/

#one-ddheader:hover {
	background: url('../img/hover/news-over.gif') center center no-repeat }
#two-ddheader:hover {
	background: url('../img/hover/band-over.gif') center center no-repeat }
#three-ddheader:hover {
	background: url('../img/hover/live-over.gif') center center no-repeat }
#four-ddheader:hover {
	background: url('../img/hover/music-over.gif') center center no-repeat }
#five-ddheader:hover {
	background: url('../img/hover/shop-over.gif') center center no-repeat }
#six-ddheader:hover {
	background: url('../img/hover/contact-over.gif') center center no-repeat }

#ticker { 
	font-weight: bold;
	color: #ddd }

.dropdown {
	float: left;
	position:relative; 
	width:15.5%;
	display: inline }	
	
.long { width: 20% }

.mid { width: 17% }
	
.dropdown dt {
	font-weight:bold; 
	vertical-align: middle;
	cursor:pointer }
	
.dropdown dt:hover {
	}
	
.dropdown dd {
	position:absolute;
	left: 0;
	overflow:hidden; 
	width:105%; 
	display: none }
	
.dropdown ul {
	line-height: 1.2em;
	list-style:none; 
	border-bottom:none }
	
.dropdown li {
	display:inline }
	
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:.3em; 
	color: #222; 
	text-decoration:none; 
	background:#CC9;  /* hier farbe für standard menühintergrund einstellen */
	width: 85%; }
	
.dropdown a:hover {
	background:#CC5; /* hier farbe für menühintergrund einstellen bei mouseover */
	color:#eee}
	
.dropdown .underline {
	border-bottom: 1px solid #444 }