.sidebox {
    background:transparent url(../img/slidermenu/sideboxlight_bg.gif) repeat-y scroll 0 0;
    width:144px;
    padding:0;
}
.slider .drawer-handle {
    background:#939393 url(../img/slidermenu/slider_handle.png) no-repeat scroll 0 0;
    color:#FFFFFF;
    cursor:default;
    font-size:12px;
    font-weight:normal;
    height:25px;
    line-height:25px;
    margin-bottom:0;
    text-indent:15px;
    width:100%;
}
.slider .drawer-content {
    height:auto;
}
.slider h3.open {
    background-color:#72839D;
    background-position:-144px 0;
    color:black;
}
.boxcap {
    background:transparent url(../img/slidermenu/sidenav_capbottom.png) no-repeat scroll 0 0;
    margin-top:-5px;
    height:5px;
}
.captop {
    background: url(../img/slidermenu/box_captop.png) no-repeat;
    bottom:auto;
    margin-top:0;
    position:absolute;
    height:4px;
    width:90%;
    z-index:100;
}
.sidebox .drawer-content {
    overflow:hidden;
    padding:0 12px;
}
.sidebox .drawer-content ul {
    margin:0;
}
.sidebox .drawer-content li {
    border-bottom:1px solid #E5E5E5;
    line-height:16px;
    padding:6px 0;
}
.sidebox .drawer-content li.last {
    border:0 none;
}
.sidebox .drawer-content li a {
    display:block;
    overflow:hidden;
    padding-right:13px;
}
.sidebox .drawer-content li a:hover {
    background-position:-144px 0;
}
.sidebox .drawer-content img.right {
    margin:0 -13px 2px 0;
}
.sidebox .drawers .drawer-content {
    /*padding-bottom:7px;*/
}
.sidebox h2 {
    height:25px;
    overflow:hidden;
    text-indent:-9999px;
}
.sidebox a {
    color:#666666;
    text-decoration:none;
}
.sidebox a:hover {
    color:#0088CC;
}