div.sdmenu{
    width: 150px;
    margin: 0 auto;
    font-family: Arial,sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: url(./bottom.gif)no-repeat right bottom;
    color: #fff;

}
div.sdmenu div{
    background: url(./title.gif)repeat-x;
    overflow: hidden;
}


div.sdmenu div:first-child{
    background: url(./toptitle.gif)no-repeat;
}
div.sdmenu div.collapsed{
    height: 25px;
}
div.sdmenu div span{
    display:block;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    padding: 5px 25px;
    font-weight: bold;
    color: white;
    background:url(./expanded.gif)no-repeat 10px center;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
};
