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

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #9Fd8d2  url(title.gif) repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #2A9390;
}

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

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

.sdmenu #top {
    background: #9Fd8d2  url(toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #9Fd8d2;
    display: block;
    border-bottom: 1px solid #2A9390;
    color: #066;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #066 url(linkarrow.gif) no-repeat right center;
   color: white;

}

a:link {text-decoration: none}
a:hover {text-decoration: none}
a:visited {text-decoration: none}