div.sdmenu {
    width: 180px;
    height: 100%;
    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: #666666;
overflow: hidden;
}
div.sdmenu div:first-child {
    /*background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
    /*height: 25px;*/
}
div.sdmenu div span {
    display: block;
    font-weight: bold;
    color: white;
    cursor: default;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
}
div.sdmenu div.collapsed span {

}
div.sdmenu div a {
    background: #eee;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #066;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
div.sdmenu div a.current {
    background : #ccc;
}
div.sdmenu div a:hover {
    background : #066 url(linkarrow.gif) no-repeat right center;
    color: #fff;
    text-decoration: none;
}
.logout {
    display: block;
    font-weight: bold;
    color: white;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    under-line: none;
    text-decoration: none;
}