   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: normal;
    }
    
    .ms-leftmenu-show-box
    {
       width:135px;
       height:15px;
       text-align:left;
       margin: 0px;
       background: #fff;
       display: block !important;
       font-weight: normal;
    }
    
    .ms-show-top-border
    {
       width:135px;
       height:15px;
       text-align:left;
       margin: 0px;
       background: #fff;
       display: block !important;
       font-weight: normal;
       border-top: #c3d3df 1px solid;
    }    
    
    .ms-leftmenu-hide-box
    {
       width:135px;
       height:15px;
       background: #c3d3df;
       margin: 0px;
       display: block !important;
       font-weight: normal;
    }
    
    .ms-leftmenu-corner-image
    {
       background: url(./top_corn_left_hover.png) norepeat left top;
    }
    
    .ms-leftmenu-hover-corner-image
    {
       background: #000000 url(./top_corn_left.png) norepeat left top;
    }
    
    .ms-rightmenu-corner-image
    {
       background: #000000 url(./top_corn_right_hover.png) norepeat right top;
    }
    
    .ms-rightmenu-hover-corner-image
    {
       background: #000000 url(./top_corn_right.png) norepeat right top;
    }
    
    .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;
      margin: 0px 0px 0px 10px;
      border: 0px #000 solid; 
    }
    
    .msSubMenu1
    {
       float:left; 
       text-align:left; 
       border: 0px #000 solid; 
       padding:0px; 
       margin:1px;
    }
    
    .msSubMenu2
    {
        float:left; 
        text-align:left; 
        border: 0px #000 solid; 
        padding:0px; 
        margin:5px;
    }
    
    .msSubMenu3
    {
        float:left; 
        background:#C3D3DF; 
        position:relative; 
        width:199px; 
        height:150px; 
        padding: 10px;
    }
    
    .msSubMenu4
    {
        background:#FFFFFF; 
    }
    
    .tdlowlight
    {
        background:#E3E9F6; 
    }

    .tdhighlight
    {
        background:#EEF1Fa;  
    }
    
    
   li
   {
      list-style-image: none;
   }


