.sdmenu {
    width: 200px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 8px;
    background: #FFFFB9 url('images/sidebarbottomgreen.gif') no-repeat right bottom;
}

.sdmenu .title, .sdmenu .titlehidden {
    display: block;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background: url('images/sidebarmidgreen.gif') repeat-x; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px;
}

.sdmenu .title, .sdmenu .titlehidden :hover {
    color: #FBEB57;
}


.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url('images/sidebartopgreen.gif') no-repeat;
}

.sdmenu #bottom {
    padding-bottom: 8px;
    background: url('images/sidebarbottomgreen.gif') no-repeat right bottom;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #FFFFB9;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #FFFFB9;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background: #FBEB57 no-repeat right center;
    
}