img {
border: none;
}

/*- Menu Tabs 10--------------------------- */

    #tabs10 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	position:relative;
	clear:none;
	width:590px;
      line-height:normal;
	  text-align:right;
	  display:inline;
      }
    #tabs10 ul {
          margin:0;
          padding:0px 0px 0px 0px;
          list-style:none;
		  text-align:right;
		  float:right;
      }
    #tabs10 li {
      display:inline;
	  float:right;
      margin:0;
      padding:0;
	  text-align:right;
      }
    #tabs10 a {
      float:left;
      background:url("images/tab-left.gif") no-repeat left top;
      margin:0;
      padding:0 1px 0 4px;
      text-decoration:none;
	  float:right;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("images/tab-right.gif") no-repeat right top;
      padding:4px 12px 20px 8px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#414852;
      }
    #tabs10 a:hover {
      background-position:0% -43px;
      color:#414852;
      }
    #tabs10 a:hover span {
      background-position:100% -43px;
      color:#414852;
      }

      #tabs10 #current a {
              background-position:0% -43px;
      color:#000;

      }
      #tabs10 #current a span {
              background-position:100% -43px;
      color:#000
      }