/*- Menu Tabs 5--------------------------- */

    #tabs5 {
      float:right;
      width: 860px;
		background: #f9fcf3 url("./img/bgmenu.jpg") no-repeat;
		height: 23px;
      font-size:110%;
      }
    #tabs5 ul {
		 margin:0;
		 padding:0px 0px 0px 0px;
		 list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:right;
      background:url("./img/tableft5a.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("./img/tabright5a.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {
		float:none;
	 }
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
			background-position:0% -29px;
      }
    #tabs5 a:hover span {
			background-position:100% -29px;
      }

      #tabs5 #current a {
			background-position:0% -29px;
      }
      #tabs5 #current a span {
			background-position:100% -29px;
      }
/*- Menu tabs 4--------------------------- */

    #tabs4 {
      float:left;
      width: 200px;
		background: #fff;
		height: 34px;		
      font-size:93%;
		}
    #tabs4 ul {
		 margin:0;
		 padding:0px 0px 0px 0px;
		 list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url("./img/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0px 0px 0px 4px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
		width: 190px;
      background:url("./img/tabright4.gif") no-repeat right top;
      padding:5px 5px 5px 5px;
		height: 24px;
		
      font-size:14px;	
		font-family: Arial;
      color:#006600;
      }
		
    /* Commented Backslash Hack hides rule from IE4-Mac \*/
    #tabs4 a span {
		float:none;
	 }
    /* End IE4-Mac hack */
	#tabs4 a:hover span {
		color:#ff6600;
	}
	#tabs4 a:hover {
		background-position:0% -34px;
      font-size:14px;		
		color:#ff6600; 
	}
	#tabs4 a:hover span {
		background-position:100% -34px;
      font-size:14px;		
		color:#ff6600; 		
	}

	#tabs4 #current2 a {
		background-position:0% -34px;
      font-size:14px;		
		color:#ff6600; 	
	}
	#tabs4 #current2 a span {
		background-position:100% -34px;
      font-size:14px;		
		color:#ff6600; 		
	}
