#toptabs {      width: 100%;      line-height: normal;}#toptabs ul {		 margin: 0;		 padding: 0px 10px 0 50px;		 list-style: none;}#toptabs li {      display: inline;      margin: 0;      padding: 0;}#toptabs a {      float: left;      background: url("images/toptabs_left.png") no-repeat left -59px;      margin: 0;      padding: 0 0 0 8px;      text-decoration: none;      margin-left: 0px;}#toptabs a span {      float: left;      display: block;      background: url("images/toptabs_right.png") no-repeat right -59px;      padding: 5px 10px 4px 3px;      color: white;}/* Commented Backslash Hack hides rule from IE5-Mac \*/#toptabs a span {float:none;}/* End IE5-Mac hack */#toptabs a:hover span {      color: white;		cursor: pointer;}#toptabs a:hover {      background-position: 0% -17px;		cursor: pointer;}#toptabs a:hover span {      background-position: 100% -17px;      color: #f28422;}#toptabs #current a {      background-position: 0% -17px;}#toptabs #current a span {      background-position: 100% -17px;		color: white;		color: #f28422;}