.sdmenu {
    width: 99%; 
    font-family: Sans-Serif;
    font-size: 8pt;
    padding: 0px;
    margin: 0px;
    background: #eee;  /* url(/menu/bottom.gif) no-repeat  right bottom;*/
    color: #FFF;
    position: relative;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: .5em 0 .5em 0 ;  /* spacing between titles and leaves */
    font-weight: bold;
    color: white;  /* text on headings*/
    background: #FFF url(/menu/title.gif) repeat-x;
    text-align:left;
    position: relative;    
}

.sdmenu .title {
    border-bottom: 1px solid #eee;
}

.sdmenu .arrow {
	margin-left: 10px;
   margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    
}

.sdmenu .submenu {
    overflow: hidden; 
}

/* Menu leafs */
.sdmenu .submenu a {
    padding: .5em 0 .5em 0;
    margin:0 0 0 0 ;
    display: block;
	text-indent: 1em;
		text-align:left;
    background: #EEEEDD;  /* bg of leafs*/
    border-bottom: 1px solid #CCC;
    color: #663300; /* text in leafs*/
    text-decoration: none;

}

.sdmenu .submenu a:hover {
/*    background : #066 url(linkarrow.gif) no-repeat right center;
*/
    background : #006 ;
    color: #FFF;
}
