#sdmenu {
    width: auto;
	text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
	/*background-color: #898585;*/
}

span.title, span.titlehidden {
    display: block;
    padding: 6px 6px 6px 6px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: 2px solid #DDD;
}
span.title a, span.titlehidden a, span.title a:visited {
	font-weight: bold;
    color: #FFF;
}
div.sdmenu span.title { background: gray; }
div.sdmenu span.titlehidden { background: gray; }

div.submenu span.title { background: #8f5973; }
div.submenu span.titlehidden { background: #8f5973; }

span.title span { background-image: url(sdexpanded.gif); background-repeat: no-repeat; background-position: 8px 50%; }
span.titlehidden span {background-image: url(sdcollapsed.gif); background-repeat: no-repeat; background-position: 8px 50%; }
span.title:hover span { background-image: url(sdexpandedOn.gif); background-repeat: no-repeat; background-position: 8px 50%; }
span.titlehidden:hover span {background-image: url(sdcollapsedOn.gif); background-repeat: no-repeat; background-position: 8px 50%; }

span.tt, span.tthidden { display:block; margin-left: 5px; padding: 0px 5px 0px 25px;}
span.tthidden a:visited { color: #fff; }
#sdmenu a {
	text-decoration: none;
}
#sdmenu a:visited {
	text-decoration: none;
}

div.submenu {
	overflow: hidden;
	/*border-bottom: 1px dashed #AAA;*/
	-moz-box-sizing:border-box;
}
div.submenu a {
    padding: 2px 2px 2px 5px;
   /* background: #EEE;*/
    display: block;
    border-bottom: 1px solid #DDD;
    color: #066;
    text-decoration: none;
}
div.submenu a:hover {
	background : #066;
    color: #FFF;
    border-bottom: 1px solid #066;
}
div.submenu a:visited {
    text-decoration: none;
}

div.submenu span.s { display:block; margin-left: 1em;  }
div.submenu a:hover span.s {  } 

dl.top_lft {/*background:#898585url(sdtoptitleleft.gif) top left no-repeat;*/ margin:0px 0px; padding:0px; width:100%; line-height:7px;}
dl.top_lft dd {/*background:transparent url(sdtoptitleright.gif) top right no-repeat;*/ padding:0px; margin:0px;}

dl.bot_lft {/*background:#898585 url(sdbottomtitleleft.gif) bottom left no-repeat; margin:0px 0px; padding:0px;*/ width:100%; line-height:7px; }
dl.bot_lft dd {/*background:transparent url(sdbottomtitleright.gif) bottom right no-repeat;*/ padding:0px; margin:0px;}

