/* Basic code - don't modify */
.droppy {
	background: transparent url(/fileadmin/res/imgs/dropNavi/button_links.gif) left top no-repeat;
	list-style: none;
	}
.droppy_inner {
	background: transparent url(/fileadmin/res/imgs/dropNavi/button_rechts.gif) right top no-repeat;
	}
div.droppy_inner ul, div.droppy_inner ul li ul {
	list-style: none none none;
	}
 #nav { display: block; margin: 0 10px; padding: 0 ; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: -1px; margin: 0; padding: 0; }
  /** html #nav ul { line-height: 0; }  IE6 "fix" */
  	#nav ul a { zoom: 1; padding: 5px; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 100px;}
#nav ul ul { left: 100px;}

/* Everything else is theming */
 
#nav { background: transparent url(/fileadmin/res/imgs/dropNavi/button_verlauf.gif)  repeat-x; height: 27px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid #ccc; color: #666; font-weight: normal; padding: 5px 20px 5px 10px; background: transparent url(/fileadmin/res/imgs/dropNavi/pfeil_archiv_navi.gif) 85% center no-repeat; }
#nav a.hover { border-top: 1px #ccc solid;}
	#nav li.hover a { background-color: white;}
  #nav ul { top: 27px; border-bottom: 1px solid #ccc; }
    #nav ul li a { background-color: white; border-left: 1px solid #ccc; background-image: none; font-weight: normal; }
      #nav ul a.hover { background-color: white; border-top: white; }
   #nav ul a { opacity: 0.9; filter: alpha(opacity=90); }
 #nav ul a { border-bottom: medium; } 
 /*- I also needed this for IE6/7*/ 


