.sdmenu {
	width: 200px;
	font-family:Verdana;
	font-size: 12px;
	padding-bottom: 0px;
	background: #eee url(bottom.gif) no-repeat  right bottom;
	color: #174C44;
	background-color: 174C44;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 4px 0;
    font-weight: bold;
    color: forest green;
    background: #174C44 url(title.gif) repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #174C44;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
	}

.sdmenu .submenu a {
    padding: 2px 0;
    text-indent: 10px;
    background: #87A19B;
    display: block;
    border-bottom: 1px solid #174C44;
    color: #174C44;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #174C44 url(linkarrow.gif) no-repeat right center;
    color: #FFF;
}
