ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 30px;
    left: 0px;
    list-style: none;
    z-index:9999;
}

ul#navigation li {
    width: 100px;
}

ul#navigation li a {
    display: block;
    margin-top:3px;
    margin-left: -2px;
    width: 200px;
    height: 150px;    
    background-color:#FFFFCC;
    background-repeat:no-repeat;
    background-position:center center;
    border:solid 1px #e3e3e3;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright:9px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-left-radius:0px;
    -webkit-border-top-right-radius:9px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:10px;
    border-top-left-radius:0px;
    border-top-right-radius:9px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:10px;
    opacity: 0.9;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    
    -moz-box-shadow: 10px 9px 16px #000000;
    -webkit-box-shadow: 10px 9px 16px #000000;
    box-shadow: 10px 9px 16px #000000;


}
ul#navigation .home a{
    /* top:5px; */ 
    background: url('../thumbs/arrowRight.png') right center no-repeat, url('../thumbs/tn_bedienstete-um-1912_hund.png') ;

}
ul#navigation .keller a      {
	background: url('../thumbs/arrowRight.png') right center no-repeat, url('../thumbs/tn_thiede01.png') no-repeat ; 
}
ul#navigation .annette a      {
	background: url('../thumbs/arrowRight.png') right center no-repeat, url('../thumbs/tn_bahnstrasse01.png') no-repeat ; 
}
ul#navigation .figuren-scale a      {
	background: url('../thumbs/arrowRight.png') right center no-repeat, url('../thumbs/tn_wirtin-alter-krug.png') no-repeat ; 
}
ul#navigation .keller-wilfan-gebet a   {
    background-image: url('../thumbs/tn_keller-wilfan-gebet.png');
}
ul#navigation .wilfan-vhs a     {
    background-image: url('../thumbs/tn_wilfan-vhs.png');
}
