.sdmenu {
    width: 196px;
    font: bold 12px tahoma,verdana,sans-serif;
    padding-bottom: 10px;
    color: #215dc6;
    margin: 0px;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 4px 0;
    font-weight: bold;
    color: #215dc6;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
     border-bottom: 1px solid #DDD;
     cursor: pointer;
}

.sdmenu #top {
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #FFF;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #066;
    text-decoration: none;
    font: bold 12px tahoma,verdana,sans-serif;
}

.sdmenu .submenu a:hover {
	background: #FFF;
    color: #066;
	text-decoration: none;
	cursor: pointer;
}

