.sdmenu {
    width: 170px;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-bottom: 0px;
    background: #eee url(bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu  a {
      
    text-decoration: none;
	color: #FFF;
} 

.sdmenu  a:hover {
      
    text-decoration: underline;
	
} 
.sdmenu .title, .sdmenu .titlehidden{
	display: block;
	font-weight: bold;
	color: white;
	background: #FFF url(title.gif) repeat-x;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 2px;
    margin-right: 2px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

.sdmenu .submenu a {
    padding: 2px 0;
    text-indent: 1px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #333333;
    text-decoration: none;
} 
.sdmenu .submenu a:hover {
    background : #006699 url(melbit.gif) no-repeat right center;
    font-weight: normal;
    color: #FFF;
	text-decoration: none;
}

