.sdmenu {
    width: 214px;
    font-family: Verdana;
    font-size: 9px;
    padding-bottom: 0px;
	background:#54962C;	
	border: #C48077;   
	cursor: hand;
}

.sdmenu .title, .sdmenu .titlehidden{
   
	display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #54962C repeat-x;
	
	
}


.sdmenu .title {
     border-bottom: 1px solid #EAD36B;	

}

.sdmenu .arrow {

		margin-left: 7px;
    margin-right: 7px;
}

.sdmenu .titlehidden {

    border-bottom:1px solid #90BB74;
}

.sdmenu #top {
    background: #54962C no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 9px;
    background: #90BB74;
    display: block;
    border-bottom: 1px solid #54962C;
    color: #FFFFFF;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #54962C url(linkarrow.gif) no-repeat right center;
    color: #FFFFFF;
}
