@charset "utf-8";
/* CSS Document */
#tabs5 {

      width:100%;
      font-size:100%;
      line-height:normal;
      }
    #tabs5 ul {
	  margin:0;
	  padding:0;
	  list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
	  	  background-image:url(../images/menu_bg.jpg);
	  background-repeat: repeat-x;
      }
    #tabs5 a {
      float:left;
      text-decoration:none;
      }
	  
    #tabs5 a span {
      float:left;
      display:block;
      
      padding:6px 15px;
      color:#fff;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size:14px; font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#000000;

      }
    #tabs5 a:hover {
	  
      }
    #tabs5 a:hover span {
background: url(/images/menu_hover.jpg) repeat-x;
      }  
