#tabs {
  float:left;
  Width:100%;
  background:#FFFFFF;
  font-size:12px;
  line-height:normal;
  }
#tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabs li {
  float:left;
  background:url("../images/leftedgetaboff.jpg") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  .unselected{  background:url("../images/leftedgetaboff.jpg") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
#tabs a {
  float:left;
  display:block;
  background:url("../images/rightedgetaboff.jpg") no-repeat right top;
  padding:5px 15px 0px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#000000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */

  #tabs .tabunselected {
  background-image:url("../images/leftedgetaboff.jpg");
    font-weight:normal;
  }
#tabs .tabunselected a {
  background-image:url("../images/rightedgetaboff.jpg");
  color:#333;
      font-weight:normal;
  padding-bottom:0px;
  }
#tabs .tabselected {
  background-image:url("../images/leftedgetabon.jpg");
    font-weight:bold;
  }
#tabs .tabselected a {
  background-image:url("../images/rightedgetabon.jpg");
  color:#333;
      font-weight:bold;
  padding-bottom:0px;
  }
  #tab2 {
	clear: both;
	float: left;
	width: 100%;
	background-image: url(../images/tabcontenttopback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
  }
#tabs .tabselected a:hover {
  color:#AB0534;
  }
  #tabs .tabunselected a:hover {
  color:#AB0534;
  }