.sdmenu {
    width: 188px;
    font-family: verdana;
    font-size: 11px;
    padding-bottom: 0px;
   /*
	background: #eee url(bottom.gif) no-repeat  right bottom;
    color: #FFF;*/
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 0px 0;
    /*font-weight: bold;
    color: white; */
   /* background: #FFF url(title.gif) repeat-x; */
}

.sdmenu .title {
   /* border-bottom: 1px solid #DDD;*/
}

.sdmenu .arrow {
	margin-left: 5px;
    margin-right: 7px; 
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
   /* background: url(toptitle.gif) no-repeat;*/
}

.sdmenu .submenu {
margin-left: 20px;
    margin-right: 0px; 
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 3px 0;
    text-indent: 0px;
   /* background: #EEE;*/
    display: block;
    border-bottom: 1px solid #DDD;
    color: #033061;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
   /* background : #066 url(linkarrow.gif) no-repeat right center; */
    color: #666666;
}
