﻿UL, LI {
        padding: 0px;
        margin: 0px;
        }

#nav, #nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1;
}

#nav a {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size:11px;
		color:#ffffff;
}


#nav li { /* all list items */
        float: left;
        width: 108px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
        position: absolute;
        width: 145px;
        height: 21px;
		margin-left: -15px;
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
        background: url(../des/menu2_normal.gif) left no-repeat;
}

#nav li ul li ul{ /* third-level lists */
        position: absolute;
        width: 155px;
        height: 21px;
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
        background: url(../des/menu2_normal.gif) left no-repeat;
}

#nav li ul ul { /* third-and-above-level lists */
        margin: -21px 0 0 145px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
        left: auto;
}

* html #nav li:hover ul, * html #nav li li:hover ul,  * html #nav li.sfhover ul, * html #nav li li.sfhover ul,  { /* lists nested under hovered list items */
        margin-left: -7px;
}
* html #nav li li.sfhover ul, * html #nav li li li:hover ul, {
        margin-left: 145px;
        }
/*Erste Ebene*/
#nav li A {
        width:108px;
        height:24px;
        line-height:19px;
		color:#ffffff;
        }

#nav li A:hover, #nav li.sfhover ul {
        text-decoration:none;
        color:#FFFFFF;
        }

/* Zweite Ebene*/
#nav li ul  A {
        line-height:22px;
        width: 145px;
        height: 21px;
        background: url(../des/menu2_normal.gif) left no-repeat;
		color:#ffffff;
}

#nav li ul a:hover, #nav li.sfhover ul {
        text-decoration:none;
        background: url(../des/menu2_over.gif) left no-repeat;
        color: #FFFFFF;
		
        }

/* Dritte Ebene*/
#nav li ul li ul A {
        line-height:22px;
        width: 155px;
        height: 21px;
        background: url(../des/menu2_normal.gif) left no-repeat;
		color:#ffffff;
}

#nav li ul li ul a:hover, #nav ul li li.sfhover ul {
        text-decoration:none;
        background: url(../des/menu2_over.gif) left no-repeat;
        color: #FFFFFF;
        }