img {
border: none;
}
    #nav{
	background-image: url(../images/nav-bg.gif);
	height: 42px;
	width: 911px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center bottom;
}
	
	#tabs1 {
	float:left;
	font-size: 10px;
	font-weight: bold;
	color:#F90;
	margin-top: 5px;
	padding-left: 25px;
}
    #tabs1 ul {
	margin:0;
	list-style:none;
	padding: 0px;
      }
    #tabs1 li {
	display:inline;
	margin:0;
	padding:0;
    }
    #tabs1 a {
	float:left;
	margin:0;
	text-decoration:none;
      }
    #tabs1 a span {
	float:left;
	display:block;
	color:#FFF;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 0px;
	height: 27px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/tab-right.gif);
      }
	#tabs1 .sub {
	float:left;
	display:block;
	background:url(../images/tab-right.gif) no-repeat right top;
	color:#F90;
	padding-right: 10px;
	padding-left: 10px;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
/*    #tabs1 a span {float:none;
}
    /* End IE5-Mac hack */
/*    #tabs a:hover span {
	color:#CCC;
      }	*/
    #tabs1 a:hover {
	background-position:0% -37px;
      }
    #tabs1 a:hover span {
	background-position:100% -37px;
      }

      #tabs1 #current a {
	background-position:0% -37px;
      }
      #tabs1 #current a span {
	background-position:100% -37px;
      }

