﻿.Nav_Out
{
    height:34px;
    width:1000px;
    float:left;

    }
 .Nav_Left
 {
     width:4px;
     height:34px;
     float:left;
     background-image:url(/IMG/Nav_Left.gif);
     background-repeat:no-repeat;
     background-position:bottom left;
     }
 .Nav_Body
 {
     width:992px;
     height:34px;
     float:left;
     line-height:34px;
     background-image:url(/IMG/Nav_Body.gif);
     background-repeat:repeat-x;
     background-position:center left;
     }
 .Nav_Right
 {
     width:4px;
     height:34px;
     float:left;
     background-image:url(/IMG/Nav_Right.gif);
     background-repeat:no-repeat;
     background-position:bottom left;
     
     }
 .Nav_Body_Item
 {
     float:left;
     font-size:18px;
     width:100px;
     height:34px;
     text-align:center;
     color:White;
     font-weight:bold;
     cursor:pointer;
     }
   .Nav_Body_Itemed
 {
     float:left;
     font-size:18px;
     width:100px;
     height:34px;
     text-align:center;
    
     font-weight:bold;
     cursor:pointer;
          color:#666666; background-repeat:no-repeat;background-position:bottom left;
     }
  .Nav_Body_Split
 {
     float:left;
     width:4px;
     height:34px;
     background-image:url(/IMG/Nav_Split.gif);
     background-repeat:no-repeat;
     background-position:center left;
     overflow:hidden;
     }
 