    #tabs11 {
	width:100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: right;
	margin: 0;
      }
    #tabs11 ul {
	margin:0;
	padding:0;
	list-style:none;
      }
    #tabs11 li {
	display:inline;
	margin:0px;
	padding:0px;
	font-weight: bold;
      }
    #tabs11 a {
	float:right;
	margin:0px;
	padding:2px 25px 0 0;
	text-decoration:none;
      }
    #tabs11 a span {
	float:left;
	display:block;
	padding:5px 10px;
	color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
	color:#FFFFFF;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
      }
    #tabs11 a:hover {
	background-position:0% -42px;
      }
    #tabs11 a:hover span {
	background-position:100% 0px;
      }

      #tabs11 #current a {
	color: #FFFFFF;
      }
      #tabs11 #current a span {
	color: #FFFFFF;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
      }
