.SidebarMenu{
    width: 168px;
    margin-right: 50px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.SidebarMenu .VerticalMenuTop{
    position: relative;
    border-bottom: 2px #2576e2 solid;
    margin-bottom: 4px;
}
.SidebarMenu .right-triangle { 
    width: 0;
    height: 0;
    border-width: 5px 0px 5px 10px;
    border-style: solid;
    border-color: transparent #2576e2;
    margin-left: 6px;
    float: left;
    margin-top: 7px;
} 
.SidebarMenu .VerticalMenuTitle{
    margin-left: 7px;
    font-size: 18px;
    color: #2576e2;
}
.SidebarMenu .SidebarMenuContent a{
    display: block;
    background-color: #4c86d3;
    margin-top: 1px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    text-align: center;
}
.SidebarMenu .SidebarMenuContent a:hover{
    background-color:#7499d0;
    cursor:pointer;
}