.sdmenu {
    width: 170px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
    padding-bottom: 10px;
    color: #434D8D;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #E3EEF2;
   
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
	font-weight: bold;
}

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

.sdmenu .titlehidden {
    border-bottom: none;
	font-weight: bold;
}

.sdmenu #top {
    
}

.sdmenu .submenu {
	overflow: hidden;
	background-color: #7AA6AD;
	font-weight: bold;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #F3F3F3;
    display: block;
  font-weight: bold;
    color:#637DAE;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #7AA6AD  no-repeat right center;
    color: #E3EEF2;
	font-weight: bold;
}
