/*- Menu Tabs 6--------------------------- */
    #tabs6 {
      float:left;
      width:100%;
      height:42; 
      background-color: #DF0014;
      }
    #tabs6 ul {
	  margin: 0 0 0 90;
	  padding: 0 0 0 0;
	  list-style:none;
      }
    #tabs6 a {
      float:left;
      height:42; 
      background:url("images/mleft.jpg") no-repeat left top;
      margin:0 0 0 0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      height:100%; 
      cursor:hand;
      font-family: verdana, arial, helvetica, sans-serif;
      COLOR: #fafafa; font-size: 10px; font-weight: bold;
      text-transform: uppercase;
      background:url("images/mright.jpg") no-repeat  right top;
      padding:10px 5px 0px 3px; 
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#fff;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      position: relative; right: 0px; top: 0px;
      }
    #tabs6 a:hover span {
      background-position: 100% -42px;
      COLOR: #fff;
      position: relative; right: 0px; top: 0px;
      }