

div.sdmenu {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    padding-bottom: 10px;
    color: #fff;
  }


div.sdmenu div {
    background-image: url(../img/sdmenu/title2.gif);
    background-repeat: repeat-x;
    overflow: hidden;
  }

div.sdmenu div.backdiv {
    background-image: url(../img/sdmenu/title.gif);
    background-repeat: repeat-x;
    overflow: hidden;
  }

div.sdmenu div.other
 {
    background-image: url(../img/sdmenu/title.gif);
    background-repeat: repeat-x;
    overflow: hidden;
  }

div.sdmenu div.collapsed {
    background-image: url(../img/sdmenu/title.gif);
    background-repeat: repeat-x;
    height: 27px;
    border: 0px;
  }

div.sdmenu div:hover {
    background-image: url(../img/sdmenu/title_glow.gif);
    background-repeat: repeat-x;
  }


div.sdmenu div .title_link {
    display: block;
    padding: 5px 27px;
    font-weight: bold;
    height: 18px;
    width:100%;
    color: white;
    background: url(../img/sdmenu/expanded.gif) no-repeat 10px center;
    cursor: default;
    border: 0px;
    text-decoration: none;
  }


div.sdmenu div.collapsed .title_link {
    background: url(../img/sdmenu/collapsed.gif) no-repeat 10px center;
  }

div.sdmenu div.other .title_link {
    background: url(../img/sdmenu/other.gif) no-repeat 10px center;
  }

div.sdmenu div a.menu_link {
    padding: 5px 10px;
    background: #eee;
    display: block;
    margin-top: 0px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    color: #066;
    text-decoration: none;
  }


div.sdmenu div a.back_link {
    background : #eee url(../img/sdmenu/linkarrowbackgrey.gif) no-repeat left center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 10px;
    margin: 0px 0 0;
    border-width : 0px;
    border-bottom-color : #ddd;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    color : #919191;
    display : block;
    text-decoration : none;
  }


div.sdmenu div a.back_link:hover {
    background : #066 url(../img/sdmenu/linkarrowback.gif) no-repeat left center;
    color: #fff;
    text-decoration: none;
  }

div.sdmenu div a.current {
    background : #ccc;
  }


div.sdmenu div a.menu_link:hover {
    background : #066 url(../img/sdmenu/linkarrow.gif) no-repeat right center;
    color: #fff;
    text-decoration: none;
  }

