#tabs {
  float:left;
  font-size:100%;
  text-transform: uppercase;
  line-height:normal;
  margin-bottom:1em; /*margin between menu and rest of page*/
  overflow:hidden;
	
  padding:5px; 
  list-style:none;  
  text-align:left; 
  margin:0 auto; 
  font-family:arial, sans-serif; 
  position:absolute; 
  left:20px; 
  top:179px;
	}

#tabs ul {
  margin:0;
  padding:10px 10px 0 0px;
  list-style:none;	
  }

#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }

#tabs a {
  float:left;
  background:url("../images/left.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  text-decoration:none;
  cursor: pointer;
  outline: none;
  }

#tabs a span {
  float:left;
  display:block;
  height: 48px;
  width: 90px;
  background:url("../images/right.png") no-repeat right top;
  padding:6px 15px 4px 6px;
  margin-right:5px;
  color:#FFF;
  font-weight: bold;
  }
	
#tabs a .button2 {
  float:left;
  display:block;
  height: 48px;
  width: 90px;
  background:url("../images/right2.png") no-repeat right top;
  padding:6px 15px 4px 6px;
  margin-right:5px;
  color:#FFF;
  font-weight: bold;
  }
	
#tabs .leftButton2 {
  float:left;
  background:url("../images/left2.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  text-decoration:none;
  }
	
#tabs a .button3 {
  float:left;
  display:block;
  height: 48px;
  width: 90px;
  background:url("../images/right3.png") no-repeat right top;
  padding:6px 15px 4px 6px;
  margin-right:5px;
  color:#FFF;
  font-weight: bold;
  }
	
#tabs .leftButton3 {
  float:left;
  background:url("../images/left3.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  text-decoration:none;
  }
	
#tabs a .button4 {
  float:left;
  display:block;
  height: 48px;
  width: 90px;
  background:url("../images/right4.png") no-repeat right top;
  padding:6px 15px 4px 6px;
  margin-right:2px;
  color:#FFF;
  font-weight: bold;
  }
	
#tabs .leftButton4 {
  float:left;
  background:url("../images/left4.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  text-decoration:none;
  }
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
  }

#tabs a:hover {
  background-position:0% -58px;
  color: #666666;
  }

#tabs a:hover span {
  background-position:100% -58px;
  color: #333333;
  }


