.sdmenu {
  float: left;
  width: 170px;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.0em;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  background: #eeeeee url('images/sdmenu/bottom.gif') no-repeat right bottom;
  color: #ffffff;
  }

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #ffffff;
    background: url('images/sdmenu/toptitle.gif') no-repeat;
}

.sdmenu .title {
    border-bottom: 1px solid #dddddd;
}

.sdmenu .arrow {
	margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url('images/sdmenu/toptitle.gif') no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 3px 0;
    text-indent: 10px;
    background: #eeeeee;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #000000;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #69797c url('images/sdmenu/linkarrow.gif') no-repeat right center;
    color: #000000;
}