img.header {
    position: absolute;
    top: 0px;
    left: 0px;
}

img.logo {
    position: absolute;
    top: 68px;
    left: 0px;
}

div#navigation {
       position:absolute;
       top: 260px;
       left: 0;
        background: #003333;
        width: 1024px;
        height: 24px;
     /*   filter:alpha(opacity=80); für IE aber VORSICHT das Menü funktioniert dann nicht mehr :-(( */
        opacity: 0.8;
        -moz-opacity:0.8;
        z-index:10;
}

.schattenMenu {
    background-image:url(http://www.shanti.de/shanti/upload/Startseite/schatten.png);
    width: 1024px;
    height: 2px; 
    position: absolute;
    top: 285px;
    left: 0px;
}

ul#jsddm {
        top: 0px;
        left: 11px;
        height: 24px;
        margin: 0px;
        padding-top: 3px;
        padding-bottom: 3px;
        background: #003333;
        }   
    
#jsddm li
    {   float:left;
        list-style: none;
        top: 0px;
        height: 9px;
        left: 0px;
        margin-top: 0px;
    }

#jsddm a
    {   display: block;
        vertical-align: middle;
        text-decoration: none;
        border-left: 1px solid white;
        padding-left: 9px;
        padding-right: 3px;
        padding-top: 6px;
        min-width: 153px;
        height: 20px;
        background: #003333;
        color: white;
        white-space: nowrap;
        font-family: Verdana, sans-serif;
        font-size: 8pt;
        font-weight: normal;        
        text-transform: uppercase;
        letter-spacing: 0.1pt;     
}   

#jsddm li a:hover
    {   color: #cc9933;}
        
#jsddm li ul
        {   margin: 0;
            padding: 0;
            position: absolute;
           visibility: hidden;
            border-top: 1px solid white;}
      
#jsddm li ul li
        {   float: none;
            display: inline;}
       
#jsddm li ul li a
        {   border-bottom: 1px solid white;
            color: white;
            opacity: 1;
            -moz-opacity: 1;
        }
  
/*      
#jsddm li ul li a:hover
        {   background: #7F1616;} */
        
