#sdmenu {
    width: auto;
	text-align: left;
    font-family: Verdana;
    font-size: 0.65em;
    color: #FFF;
	background-color: #333333;
	zoom: 1;
}

span.title, span.titlehidden {
    display: block;
    padding: 6px 6px 6px 6px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: 0px solid #DDD;
}
span.title a, span.titlehidden a {
    font-weight: bold;
    color: #FFF;
}
div.sdmenu span.title { background-image: url(./sdtitle.gif); background-repeat: repeat-x; background-position: bottom; background-color:#666666;}
div.sdmenu span.titlehidden {background-image: url(./sdtitle.gif); background-repeat: repeat-x; background-position: bottom; background-color:#666666;}

div.submenu span.title { background-image: url(./sdtitle2.gif); background-repeat: repeat-x; background-position: bottom; background-color:#B8714D;}
div.submenu span.titlehidden {background-image: url(./sdtitle2.gif); background-repeat: repeat-x; background-position: bottom; background-color:#B8714D;}

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;}

div.sdmenu a {
	text-decoration: none;
}

div.submenu {
	overflow: hidden;
	border-bottom: 1px solid #AAA;
	-moz-box-sizing:border-box;
}
div.submenu a {
    padding: 2px 2px 2px 5px;
    background: #FFF;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #993300;
    text-decoration: none;
}
div.submenu a:hover {
	background : #993300;
    color: #FFF;
    border-bottom: 1px solid #066;
}

div.submenu span.s { display:block; margin-left: 1em; border-right: #FFF solid thick; }
div.submenu a:hover span.s { border-right: #FFF solid thick; }

dl.top_lft {background:#898585 url(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;}

