.left-menu{
    border: solid 1px #dedede;
    background: #fcfcfc;
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ececec 100%);
    background: -o-linear-gradient(top,  #fcfcfc 0%,#ececec 100%);
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#ececec 100%);
    background: linear-gradient(to bottom,  #fcfcfc 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ececec',GradientType=0 );
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.left-menu.fixed{
    position: fixed;
    width: 282px;
    top: 149px;

}
.left-menu .block-title{
    position: relative;
    color: #fff;
    background: #35ABD3;
    padding: 6px 7px 7px 20px;
}
#vertical-menu{
    padding:3px 15px 5px 19px;
    margin:0;
    list-style-type: none;
}
#vertical-menu ul{
    padding:0;
    margin:0;
    list-style-type: none;
}

#vertical-menu li{
    font-size:14px;
}
#vertical-menu li a{
    color:#787878;
    text-decoration: none;
    display: block;
    padding:3px 0;
}
#vertical-menu li a:hover, #vertical-menu a.selected{
    text-decoration: underline;
}
#vertical-menu a.selected{
    font-weight: bold;
}
#vertical-menu > li > a{
    color:#1B7D8C;
    padding:10px 0;
    font-weight: bold;
    font-size: 15px;
}