.sdmenu {
    	width: 200px;
    font-family: calibri, Sans-Serif;
	font-size: 13px;
	padding-top:0 
	padding-bottom: 5px;
    background: #eee no-repeat  right bottom;
    color: #FFF;
}
.sdmenu1 {
    	width: 200px;
    font-family: calibri, Sans-Serif;
	font-size: 13px;
	padding-top:0 
	padding-bottom: 10px;
    background: #eee no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 3px 0;
    font-weight: bold;
    color: white;
    background: #FFF ;
}

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

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

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background:  #6CB63B  no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 2px 0;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #3c3c3c;
	font-weight: bold;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #7D7D7D url(linkarrow.gif) no-repeat right center;   /*grey color on hoover background*/
    color: #FFFFFF;
}
