/* CSS Document */
    #tabs2 {
      float:right;
      width:92%;
      font-size:98%;
      line-height:normal;
	  border-bottom:8px solid #c10f0f;
      }
    #tabs2 ul {
	  margin:0;
	  padding:10px 10px 0 62px;
	  list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
	  padding:0;
      }
    #tabs2 a {
      float:left;
      background:url("webpics/menu_bg_1.jpg") no-repeat left top;
      margin:0 0 0 2px;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs2 a span {
      float:left;
	  font-family:Arial, Helvetica, sans-serif;
	  font-weight:bold;
      display:block;
      background:url("webpics/menu_bg_2.jpg") no-repeat right top;
      padding:5px 15px 7px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#000;
      }
    #tabs2 a:hover {
      background-position:0% -31px;
      }
    #tabs2 a:hover span {
      background-position:100% -31px;
      }
	

