img {border: none;} /*- Menu Tabs 6--------------------------- *//*-  now it centers *//*- removed background:#efefef; */    #tabs6{	width: 650px;	float: left;	font-size: 16px;}/*moving the menu off the top of the page */    #tabs6 ul {	  margin:0;	  padding:10px 10px 0 0px;	  list-style:none;      }/*Making menu go horizontal*/    #tabs6 li {      display:inline;      margin:0;      padding: 0;      font: bold 0.8em Verdana;      }/*2nd number will increase the white spacing between the tabs. *//*4th number in padding controlling the space between the left and the right image */    #tabs6 a {      float:left;      background:url("ButtonGreyRed80HighTL.gif") no-repeat left top;      margin:0;      padding:0 1px 0 20px;      text-decoration:none;      }/*1st number controls how much of the button images to show. *//*2nd number controls the space on the right side of the tabs. *//*3rd number controls the space under the tabs. *//*4th number controls the space on the left side of the tabs. */    #tabs6 a span{	float: left;	display: block;	background: url( "ButtonGreyRed80HighTR.gif" ) no-repeat right top;	padding: 14px 17px 10px 0px;	color: #000000;}    /* Commented Backslash Hack hides rule from IE5-Mac \*/    #tabs6 a span {float:none;}    /* En5 IE5-Mac hack */    #tabs6 a:hover span {      color:#000000;      }    #tabs6 a:hover {      background-position:0% -40px;      	color:#FFFFFF;      }    #tabs6 a:hover span {      background-position:100% -40px;      	color:#FFFFFF;      }      #tabs6 #current a {      	background-position:0% -40px;      	color:#FFFFFF;      }      #tabs6 #current a span {      	background-position:100% -40px;      	color:#FFFFFF;     }
