#tabs {

      float:center;
      width:100%;
      background:#;
      font-size:11px;
      font-weight: bold;
      line-height:normal;
      }
#tabs ul {
		/*position:relative;
		bottom:215px;*/

		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		list-style:none;
      }
#tabs li {
      display:inline;
      margin:0px 0px 0px 0px;
      padding:0px 0px 0px 0px;
      }
#tabs a {
      float:left;
      background:url("../images/menu/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
#tabs a span {
      float:left;
      display:block;
      background:url("../images/menu/tabright.gif") no-repeat right top;
      padding:0px 0px 0px 0px;
      color:#0098c1;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#000000;
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }
<!----------------------------------------------------------------------->
#tabsbottom {

      float:center;
      width:100%;
      background:#;
      font-size:11px;
      font-weight: bold;
      line-height:normal;
	  margin:0px 0px 0px 0px;
	  padding:0px 0px 0px 0px;
      }
#tabsbottom ul {
		position:relative;
		bottom:0px;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0 0px;
		list-style:none;
      }
#tabsbottom li {
      display:inline;
	  list-style:none;
      margin:0;
      padding:0;
      }
#tabsbottom a {
      float:left;
      background:url("../images/menu/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
#tabsbottom a span {
      float:left;
      display:block;
      background:url("../images/menu/tabright.gif") no-repeat right top;
      padding:0px 0px 0px 0px;
	  margin:0px;
      color:#0098c1;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsbottom a span {float:none;}
    /* End IE5-Mac hack */
#tabsbottom a:hover span {
      color:#000000;
      }
#tabsbottom a:hover {
      background-position:0% -42px;
      }
#tabsbottom a:hover span {
      background-position:100% -42px;

      }

