.sdmenu {

    width: 500px;

    font-family: Sans-Serif;

    font-size: 12px;

    padding-bottom: 10px;

    background: #000000 url() no-repeat  right bottom;

    color: #c000b0;

}



.sdmenu .title, .sdmenu .titlehidden{

    display: block;

    padding: 5px 0;

    font-weight: bold;

    color: white;

    background: #FFF url(arrow-down-title.jpg) repeat-x;

}



.sdmenu .title {

    border-bottom: 1px solid #30ff10;

}



.sdmenu .arrow {

		margin-left: 10px;

    margin-right: 7px;

}



.sdmenu .titlehidden {

    border-bottom: none;

}



.sdmenu #top {

    background: url(arrow-down-title.jpg) no-repeat;

}



.sdmenu .submenu {

    overflow: hidden;

}



.sdmenu .submenu a {

    padding: 5px 0;

    text-indent: 10px;

    background: #000000;

    display: block;

    border-bottom: 1px solid #000000;

    color: #c000b0;

    text-decoration: none;

}



.sdmenu .submenu a:hover {

    background : #222222 url() no-repeat right center;

    color: #FFF;

}