.sdmenu {
    width: 167px;
    font-family: Arial;
    font-size: 12px;
    padding-bottom: 10px;
    color: #FFF;
	cursor:hand;
	text-align:left;
	border-bottom: 1px solid #404096;
	
}
 .title{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #B0D345;
	border-bottom: 1px solid #404096;
}
.titlehidden{
    display: block;
    padding: 5px 0;
    color: white;
    background: #2175BD;
	border-bottom: 1px solid #404096;
	font-weight: bold;
}

.sdmenu .arrow {
	margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #669ACC;
    display: block;
    border-bottom: 1px solid #404096;
    color: #fff;
    text-decoration: none;
}
.sdmenu .submenu a:visited {
    padding: 5px 0;
    text-indent: 10px;
    background: #669ACC;
    display: block;
    border-bottom: 1px solid #404096;
    color: #fff;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
   
    color: #FFF;
	text-decoration: none;
	background: #B1D245;
}
