#menuleft {
    list-style:none;
    margin:20px 10px 10px 10px;
    padding:0 5px;
}
#menuleft li {
    margin:10px 0;
   
}
#menuleft a {
    background: transparent url(giglio-mini.png) no-repeat left center;
    display:block;
    font:bold 13px Georgia,Palatino,'Times New Roman',Times,serif;
    height:22px;
    line-height:32px;
    text-decoration: none;
    color:#595851;
    padding-left: 22px;
    padding-bottom:4px;
    border-bottom: 1px solid #c2c1bc;
   
}
#menuleft a:hover {
    background-image:url(giglio-mini-over.png);
    color:#570F0D;
}
#menuleft li.selected {
    background: transparent url(menu-arrow.png) right 10px no-repeat;
   
}
#menuleft li.selected:hover {
    background-image:url(menu-arrow-over.png);
}
#menuleft li.selected a {
     padding-right: 14px;
    background-image:url(giglio-mini-over.png);
    color:#BC3604;
    
}


