div.sdmenu {
    width: 185px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    /*
     background: url(bottom.gif) no-repeat  right bottom;
     color: #fff;
     */
}

div.sdmenu div {
    /*
     background: url(title.gif) repeat-x;
     */
    overflow: hidden;
    margin-left: 26px;

}

div.sdmenu div:first-child {
    /*
     background: url(toptitle.gif) no-repeat;
     */
}

div.sdmenu div.collapsed {
    height: 23px;
    
	border-bottom: 0px solid #666;

}

div.sdmenu div span {
    width: 160px;
    height: 100%;
    margin-top: 7px;
    /*
     margin-left: 25px;
     */
    float: left;
    position: relative;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    cursor: pointer;
    /*	display: block;
     padding: 5px 25px;
     font-weight: bold;
     color: white;
     background: url(expanded.gif) no-repeat 10px center;
     cursor: default;
     border-bottom: 1px solid #ddd;
     */
}

div.sdmenu div.collapsed span {
    /*
     background-image: url(collapsed.gif);
     */
height: 23px;	
}

div.sdmenu div a.submenu {
    width: 155px;
    height: 100%;
    /*
     margin-top:7px;
     */
    margin-left: 10px;
    float: left;
    position: relative;
    padding: 5px 1px;
    /*
     background: #eee;
     */
    display: block;
    border-bottom: 1px solid #ddd;
    color: #066;
}
div.sdmenu div a.invisible {
    width: 185px;
    height: 100%;
    /*
     margin-top:7px;
     */
    margin-left: 10px;
    float: left;
    position: relative;
    padding: 5px 1px;
    /*
     background: #eee;
     */
    display: none;
    border-bottom: 1px solid #ddd;
    color: #066;
}
div.sdmenu div a.current {
    /*
     background : #ccc;
     */
    color: #666666;
}

div.sdmenu div a.submenu:hover {
    /*
     background : #066 url(linkarrow.gif) no-repeat right center;
     */
    color: #000;
    text-decoration: none;
}
