@charset "utf-8";
/* CSS Document */
a:active, a:focus {outline:none;}
  #menu { background:url(Gifs/rotground2.gif);width: 986px; float: left; }

    #menu ul { list-style: none; margin: 0; padding: 0; width: 80px; float: left;
    } 

    #menu a, #menu h2
      { text-align:center;font:13px arial, verdana, helvetica, sans-serif;
      display: block; border-width: 0px; border-style: solid;
      border-color: #ccc #888 #555 #bbb;
      margin: 0; padding: 5px 1px 1px 0.5em; } 

    #menu h2 { color: black;font-weight:bold;font-size:13px;
    } 

    #menu a { color: #000; background:url(Gifs/rotground2.gif); text-decoration: none; }
	#Termine #Termine a,
	#Setlist #Setlist a,
	#Gästebuch #Gästebuch a,
	#Galerie #Galerie a,
	#Kontakt #Kontakt a,
#Impressum #Impressum a,
    #menu a:hover { color: white; background: black;
	}

    #menu li {position: relative;} 

    #menu ul ul { width: 118px;position: absolute; z-index: 500; }

    #menu ul ul ul { position: absolute; top: 0; left: 986px; } 

    div#menu ul ul,
    div#menu ul li:hover ul ul,
    div#menu ul ul li:hover ul ul
      {display: none;} 

    div#menu ul li:hover ul,
    div#menu ul ul li:hover ul,
    div#menu ul ul ul li:hover ul
      {display: block;} 
	  
	
	  
