.sdmenu {
    width: 150px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #D3D3D3 url(bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #D3D3D3 url(title.gif) repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #D3D3D3;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: #D3D3D3;
}

.sdmenu #top {
    background: url(toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #D3D3D3;
    display: block;
    border-bottom: 1px solid #D3D3D3;
    color: #000000;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #FF0000 url(linkarrow.gif) no-repeat right center;
    color: #FFF;
}

<!-- FFE4E1 - D3D3D3  -->
<!-- FF0000 - D3D3D3  -->