.sdmenu {
    width: 300px;
    font-family: Sans-Serif;
    font-size: 12px;
/*     padding-bottom: 10px; */
/* 	 background: #eee url(bottom.gif) no-repeat  right bottom; */
    color: #000;
    margin-left: 5px ;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    margin-top: 5px ;
    padding: 0px 0px 0px 0px; 
    font-weight: bold;
    color: black;
/*    background: #F5F5F5 ; */
 /*    background: #FFF url(title.gif) repeat-x;  */
}

.sdmenu .title {
/*    border-bottom: 1px solid #DDD; */
}

.sdmenu .arrow {
	vertical-align: bottom ;
	margin-left: 10px;
	margin-right: 7px;
	margin-bottom:0px ;

}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
/* 	background: url(toptitle.gif) no-repeat; */
}

.sdmenu .submenu {
    overflow: hidden;
    margin-left: 35px;
}

.sdmenu .submenu a {
/*    padding: 5px 0; */
/*    text-indent: 35px; */
    background: #FFFFFF;
    display: inline;
/*    margin-left: 35px; */
/*    border-bottom: 1px solid #DDD; */
    color: #000;
    text-decoration: none;
    width: 100%;
}

.sdmenu .submenu a:hover {
  /*  background : #066 url(linkarrow.gif) no-repeat right center; */
  /*  color: #FFF; */
}
