#private{
width:100%;

}

#contact{
margin: 0px;
padding: 0px;
}

.noEmpty{/*ERROR*/
text-align: left;
     padding: 0px 0px;
     background: #6d84b4;
width=100%;
font-Weight: bold;
color: white;
}

#leftNav img {
border: none;
}

/*- Menu Tabs 10--------------------------- */

    #leftNav {
      /*float:left;*/
      width:100%;
      font-size:93%;
          border-bottom:1px solid #2763A5;
      line-height:normal;
      background-color:RGB(104,161,223);

      }
    #leftNav ul {
width:100%;
          margin:0;
          padding:10px 10px 0 0px;
          list-style:none;
      }

    #leftNav li {
      display:inline;
      margin:0;
      padding:0;
            }

    #leftNav a {
      /*float:left;*/
      background: url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0px 0px 0px 0px;
      text-decoration:none;
      }

    #leftNav a span {
      /*float:left;*/
      display:block;
      background: url("tabright10.gif") no-repeat left top;
      padding:5px 10px 4px 6px;
      color:#000;
      font-Weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #leftNav a span {float:none;}
    /* End IE5-Mac hack */
    #leftNav a:hover span {
      color:#fff;
      }
    #leftNav a:hover {
      background-position:0% -42px;
      }
    #leftNav a:hover span {
      background-position:100% -42px;
      }

      #leftNav #current a {
              background-position:0% -42px;
      }
      #leftNav #current a span {
              background-position:100% -42px;
      }



