.sdmenu {
    width: 150px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #eee url(../Images/bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(../Images/title.gif) repeat-x;
    cursor: pointer;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
	margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(../Images/toptitle.gif) no-repeat;
}

.sdmenu .submenu, .sdmenu .submenu .submenuday {
    overflow: hidden;
}

.sdmenu .submenu .submenuday {
    padding-top: 1px;
    margin-left: 5px;
    text-indent: 5px;
    display: block;
    border-bottom: 0px none;
    font-style: italic;
    font-weight: bold;
    color: #A62422;
    text-decoration: none;
}

.sdmenu .submenu a, .sdmenu .submenu .submenuday a {
    padding: 5px 5px 5px 10px;
    text-indent: 0px;
    background: white; /*#EEE;*/
    display: block;
    border-bottom: 1px solid #DDD;
    color: #066;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

.sdmenu .submenu a:hover, .sdmenu .submenu .submenuday a:hover {
    background : #066 url(../Images/linkarrow.gif) no-repeat right center;
    color: #FFF;
}
