/* CSS Menu */

/* Eigene Angaben */

/* Menü-Positionierung */
#cssmenu_right {position: relative; margin-bottom: 20px; margin-top: -15px; z-index: 90; font-size: 0px; background-color: transparent;}

/* Voraussetzung für IE 6 */
#cssmenu_right a {display: block; margin: 0px; padding: 0px; border: 0px;}
#cssmenu_right a.lvl0:hover {background: url(../images/blind.gif);}

/* Vordefinierte Eigenschaften */
#cssmenu_right ul, #cssmenu_right li {margin: 0px; padding: 0px; border: 0px; top: 0px; left: 0px;}
* html #cssmenu_right li {margin-top: -3px;}
#cssmenu_right ul {list-style-type: none;}
* html #cssmenu_right ul {padding-top: 3px;}
#cssmenu_right li {position: relative;}
#cssmenu_right li ul {position: absolute; visibility: hidden; height: 0px;}
#cssmenu_right table {top: 0px; left: 0px; border-collapse: collapse;}

/* globale Einstellungen -- Ebene 0 */
#cssmenu_right li.lvl0 {padding: 3px 0px 2px 0px; background: url(../images/menue_hintergrund2.gif) no-repeat -90px top;}
#cssmenu_right li.lvl0.static {background: url(../images/menue_hintergrund3.gif) no-repeat -90px top;}
#cssmenu_right li.lvl0.haschild a.lvl0 {background: transparent url(../images/pfeil_menue2.gif) no-repeat left center; }
#cssmenu_right li.lvl0.active a.lvl0 {background: transparent url(../images/pfeil_menue3.gif) no-repeat left center; }
#cssmenu_right li.lvl0.haschild a.lvl0:hover {background-image: url(../images/blind.gif);}
#cssmenu_right li.lvl0 a.lvl0 {padding: 3px 2px 2px 17px;}
#cssmenu_right li.lvl0.static a.lvl0 {padding: 0px 2px 0px 17px;}
/* individuelle Einstellungen -- Ebene 0 */
#cssmenu_right li.menulist1 {}
#cssmenu_right li.menulist2 {}
#cssmenu_right li.menulist3 {}
#cssmenu_right li.menulist4 {}
#cssmenu_right li.menulist5 {}
#cssmenu_right li.menulist6 {}

/* globale Einstellungen -- Ebene 1 */
#cssmenu_right ul.lvl1 {left: -150px; top: 0px; width: 150px; background-color: #FFFFFF;}
#cssmenu_right li.lvl1 a.lvl1 {padding: 3px 2px 2px 17px;}
#cssmenu_right li.lvl1.static a.lvl1 {padding: 3px 2px 2px 10px;}
#cssmenu_right li.lvl1 {background: url(../images/menue_hintergrund2.gif) no-repeat -90px top;}
#cssmenu_right li.lvl1.static {background: url(../images/menue_hintergrund.gif) no-repeat left top;}
#cssmenu_right li.lvl1.haschild a.lvl1 {background: transparent url(../images/pfeil_menue2.gif) no-repeat left center; }
#cssmenu_right li.lvl1.haschild a.lvl1:hover {background-image: url(../images/blind.gif);}
/* individuelle Einstellungen -- Ebene 1 */
#cssmenu_right li.menulist1 ul.lvl1 {left: -300px; top: 0px; width: 300px;}
#cssmenu_right li.menulist2 ul.lvl1 {left: -300px; top: 0px; width: 300px;}
#cssmenu_right li.menulist3 ul.lvl1 {left: -250px; top: 0px; width: 250px;}
#cssmenu_right li.menulist4 ul.lvl1 {left: -300px; top: 0px; width: 300px;}
#cssmenu_right li.menulist5 ul.lvl1 {left: -250px; top: 0px; width: 250px;}
#cssmenu_right li.menulist6 ul.lvl1 {left: -200px; top: 0px; width: 200px;}
#cssmenu_right li.menulist7 ul.lvl1 {left: -150px; top: 0px; width: 150px;}

/* globale Einstellungen -- Ebene 2 */
#cssmenu_right ul.lvl2 {left: -250px; top: 0px; width: 250px; background-color: #FFFFFF;}
#cssmenu_right li.lvl2 {background: url(../images/menue_hintergrund.gif) no-repeat left top;}
#cssmenu_right li.lvl2 a.lvl2 {padding: 3px 2px 2px 10px;}
#cssmenu_right li.lvl2 a.lvl2:hover {}
/*individuelle Einstellungen -- Ebene 2 */ 
#cssmenu_right li.menulist1 ul.lvl2 {left: -250px; top: 0px; width: 250px;}
#cssmenu_right li.menulist2 ul.lvl2 {left: -250px; top: 0px; width: 250px;}
#cssmenu_right li.menulist3 ul.lvl2 {left: -250px; top: 0px; width: 250px;}
#cssmenu_right li.menulist4 ul.lvl2 {left: -250px; top: 0px; width: 250px;}
#cssmenu_right li.menulist5 ul.lvl2 {left: -250px; top: 0px; width: 250px;}
#cssmenu_right li.menulist6 ul.lvl2 {left: -250px; top: 0px; width: 250px;}
#cssmenu_right li.menulist7 ul.lvl2 {left: -250px; top: 0px; width: 250px;}

/* Menüfunktionen */
#cssmenu_right ul.lvl0 li:hover ul.lvl1,
#cssmenu_right ul.lvl0 a:hover ul.lvl1
{visibility: visible; height: auto;}
#cssmenu_right ul.lvl1:hover li.lvl1:hover ul.lvl2,
#cssmenu_right ul.lvl1 a:hover ul.lvl2
{visibility: visible; height: auto;}

