/*- Menu Tabs 10--------------------------- */
	.tab_bg {background:url("menutab.gif") repeat-x right 1px;}
    #tabs10 {
      float:left;
      width:100%;
      
      line-height:normal;
	  
      }
    #tabs10 ul {
          margin:0;
          padding:10px 10px 0 0px;
          list-style:none;
      }
	  
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
	  font-size: 15px;
      }
	  #tabs10 li:first-child a span{
			padding-left:15px;  
	  }
    #tabs10 a {
      float:left;
/*      background:url("../tableft10.gif") no-repeat left to*/
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
	  text-transform:uppercase;
	  font-size:100%;
	  font-family:"Open Sans",Arial, Helvetica, sans-serif;
	  font-weight:600;
	  
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("menutab.gif") repeat-x right top;
      padding:23px 12px 23px 12px;
      color:#535151;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#535151;
      }
    #tabs10 a:hover {
      background-position:0% -69px;
      }
    #tabs10 a:hover span {
      background-position:100% -69px;
      }

      #tabs10 #current a {
              background-position:0% -69px;
      }
      #tabs10 #current a span {
              background-position:100% -69px;
      }
-->

