   .sideMenu {}

  .sideMenu h3 {
   /*  width: 100%;  */
    padding: 5px 0 5px 20px;
    position: relative;}

    .sideMenu h3 a {
        display: block;
        height: 44px;
        line-height: 44px;
        width: 100%;
        padding: 0 0 0 15px;
        font-size: 16px;}


    .sideMenu h3 em{
     
     position: absolute;
   right: 25px;
    top: 15px;
    width: 5px;
    height: 5px;}

.sideMenu .on_here{
    background: #ffffff;
    border-left: #3e6db5 2px solid;
    color: #3e6db5;
    font-weight: bold;}

.sideMenu ul li:hover{
    background: #ffffff;
    border-left: #3e6db5 2px solid;
    color: #3e6db5;
    font-weight: bold;}

.sideMenu ul li h3 a:hover{
    color: #3e6db5;
     font-weight: bold;}



.sideMenu ul li.on_here h3 a{
  
    color: #3e6db5;
    font-weight: bold;}
    

    
    
   .sideMenu dl {
    background: #fff;
    padding: 0px 10px;
    display: none;
    position: relative;
    overflow: inherit;
    overflow: hidden;
    margin: 0;}

.sideMenu dl dd {
   
    float: left;
   background: url(images/ltsan.png) no-repeat left center;}

.sideMenu dl dd a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 0px 4px 16px;
    color:#999999;
   font-weight: normal;}

.sideMenu dl dd:hover,
.sideMenu dl dd.current {} 
    
    .sideMenu dl dd:hover a,
.sideMenu dl dd.san_on a {
    color: #3e6db5;}
    
    
 .sideMenu li.on_here dl {
    display: block !important;}
    
    

.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
