.sdmenu {
    width: 150px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-bottom: 0px;
    background: #eee url(bottom.gif) no-repeat right bottom;
    color: black;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(title.gif) repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

 .sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
} 

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a { padding: 5px 0; text-indent: 10px; background: #eee; display: block; border-bottom: 1px solid #ddd; color: black; font-size: 10px; text-decoration: none; }


.sdmenu .submenu a:hover { background : black no-repeat right center; color: #fff; font-size: 10px; }

.sdmenu.titlenew {
	border-top: 5px;
	border-top-color: white;
    border-bottom: none;
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: url(bottomtitle.gif) no-repeat; 
}
.sdmenu.submenunew {
 	overflow: hidden;
 }

.sdmenu .submenunew a { padding: 5px 0; text-indent: 10px; background: #eee; display: block; border-bottom: 1px solid #ddd; color: black; font-size: 10px; text-decoration: none; }


.sdmenu .submenunew a:hover { background : black no-repeat right center; color: #fff; font-size: 10px; }
