   div {
      margin:0px;
      padding: 0px;
   }
   
   ul{
      list-style:none;
      list-style-image: none;
      margin:0px;
      padding: 0px;
   }
   
    .ms-submenu-tab
    {
        margin:0px;
        padding:0px;
        display:block;
        float:left;
        text-decoration:none;
        list-style:none;
        position:relative;
        text-align: left;
    }
    
    .ms-leftmenu-show-box
    {
       width:107px;
       height:62px;
       text-align:left;
       margin: 0px;
       padding: 0px;
       background: #fff;
       display: block !important;
       font-weight: bold;
       vertical-align: center;
       border-left: 0px #c3d3df solid;
    }

    /* below css is used to show 1px blue left border on hover */
    
    .ms-leftmenu-show-box-left-border
    {
       height:62px;
       border-left: 1px #c3d3df solid;
    }
    
    /* below css is used to show 1px blue left border instead of white border */
    
    .ms-leftmenu-show-box-left-border-blue
    {
       top:0;
       height:62px;
       border-left: 1px #c3d3df solid;
    }
    
    /* below css is used to show 1px white left border instead of blue border */
    
    .ms-leftmenu-show-box-left-border-white
    {
       height:62px;
       border-left: 1px #ffffff solid;
    }
    
    /* below css is used to show 1px blue top border */

    .ms-leftmenu-show-box-top-border
    {
       width:107px;
       border-top: 1px #c3d3df solid;
    }
    
    /* below css is used to show 1px blue border used to show bottom border*/

    .ms-leftmenu-show-box-bottom-border
    {
       width:107px;
       border-bottom: 2px #ffffff solid;
    }

    /* below css is used to show 2px white border */
    
    .ms-leftmenu-show-box-bottom-border-blue
    {
       width:107px;
       border-bottom: 1px #c3d3df solid;
    }
    
    .ms-leftmenu-show-box-bottom-border-blue-2px
    {
       width:107px;
       border-bottom: 2px #c3d3df solid;
    }
    
    
    .ms-leftmenu-show-box li
    {
       margin: 0px;
       padding: 0px;
    }
    
    .ms-leftmenu-hide-box
    {
       width:107px;
       height:62px;
       background: #c3d3df;
       padding: 0px;
       margin: 0px;
       display: block !important;
       vertical-align: center;
       border-left: 0px #c3d3df solid;
    }
    
    .ms-submenu-tab-right-hide
    {
      display: none !important; 
    }
    
    .ms-submenu-tab-right-show
    {
      display: block !important; 
    }
    
    a {
      text-decoration: none;
      
    }
    
    a:hover {
      text-decoration: none;
    }
    
    li {
      list-style: none;
      padding: 0px 0px 0px 0px;;
      margin: 0px 0px 0 0px;
      border: 0px #000 solid; 
    }
    
