.sdmenu {
    width: 140px;
    font-family: Sans-Serif;
    font-size: 11px;
    padding-bottom: 10px;
    background: url(../images/bottom.gif) no-repeat right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 3px 0;
    font-weight: bold;
    color: white;
    background: url(../images/title.gif) repeat-x left bottom;
}

.sdmenu .title {
    border-bottom: 1px solid #9a9a9a;
}

.sdmenu .arrow {
	margin-left: 5px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(../images/toptitle.gif) no-repeat center bottom;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 3px 0;
    text-indent: 10px;
    background: #dcdcdc;
    display: block;
    border-bottom: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
    color: #000000;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #1f7103 url(../images/linkarrow.gif) no-repeat right center;
    color: #FFF;
}