div.sdmenu {
  /* ORIGINAL
    width: 230px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: url(../img/sdmenu/bottom.gif) no-repeat  right bottom;
    color: #fff;
  */
    width: 190px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #fff;
}
div.sdmenu div {
    background: url(../img/sdmenu/title.gif) repeat-x;
    overflow: hidden;
}
/* ORIGINAL
div.sdmenu div:first-child {
    background: url(../img/sdmenu/toptitle.gif) no-repeat;
}
*/
div.sdmenu div.collapsed {
  /* ORIGINAL
    height: 25px;
  */
    height: 20px;
}
div.sdmenu div span {
  /* ORIGINAL
    display: block;
    padding: 5px 25px;
    font-weight: bold;
    color: white;
    background: url(../img/sdmenu/expanded.gif) no-repeat 10px center;
    cursor: default;
    border-bottom: 1px solid #ddd;
  */
    display: block;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    font-weight: bold;
    color: white;
    cursor: default;
    border-bottom: 1px solid #ddd;
}
/* ORIGINAL
div.sdmenu div.collapsed span {
    background-image: url(../img/sdmenu/collapsed.gif);
}
*/
div.sdmenu div a {
  /* ORIGINAL
    padding: 5px 10px;
    background: #eee;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #066;
  */
    padding: 1px 5px;
    background: #eee;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #6c0703;
}
div.sdmenu div a.current {
    background : #ccc;
}
div.sdmenu div a:hover {
  /* ORIGINAL
    background : #066 url(../img/sdmenu/linkarrow.gif) no-repeat right center;
    color: #fff;
    text-decoration: none;
  */
    background : #6c0703;
    color: #fff;
    text-decoration: none;
}
