.sdmenu {
    width: 120px;
    font-family: Sans-Serif;
    font-size: 10px;
    padding-bottom: 10px;
    background: #0c5887 url(bottom.gif) no-repeat  right bottom;
    color: white;
	
}

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

.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/toptitle.gif) no-repeat;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 0px;
	margin-left: 10px;
	margin-right: 10px;
    background: #0c5887;
    display: block;
    
    color: white;
    text-decoration: none;
}

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