
#header {
      float:left;
      width:100%;
      font-size:10;
      line-height:normal;
	  height:25px;
      }
    #header ul {
      margin:0;
	  padding:0px 0px 0;
      list-style:none;
      }
    #header li {
	float:left;
      display:inline;
      margin:0;
      padding:0;
      }
    #header a {
      float:left;
      /*background:url("images/left_bothv4.jpg") no-repeat left top;*/
      margin:0;
      padding:0 1 0 0px;
      text-decoration:none;
	  FONT-SIZE: 10;
	  FONT-FAMILY: Arial;
	  color: Black;
	  width: 100px;
	  height: 25px;
	  text-align: center;
	  vertical-align : middle;
	  font-weight: normal; 
      }
    #header a span {
      float:left;
      display:block;
      background:url("images/right_bothv4.jpg") no-repeat right top;
	  text-decoration:none;
	  FONT-SIZE: 10;
	  FONT-FAMILY: Arial;
	  color: Black;
	  width: 1O0px;
	  height: 25px;
	  text-align: center;
	  padding-top:5px;
	  vertical-align : middle;
	  font-weight: normal;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a span {float:none;}
    /* End IE5-Mac hack */
    #header a:hover span {
      color:#333;
      }
    #header #current a {
      background-position:0 -150px;
      border-width:0;
      }
    #header #current a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;  /* Text color of current tab */
      }
    #header a:hover {
      background-position:0% -150px;
	  
      }
    #header a:hover span {
      background-position:100% -150px;
      }


/*#hosting #nav-hosting, 
#cp #nav-cp,
#cd #nav-cd, 
#record #nav-record,
#emprunter #nav-emprunter,
#search #nav-search {
  background-position:0% -150px;
  border-width:0;
  }*/

#business #nav-business a,
#learn #nav-learn a, 
#mixage #nav-mixage a,
#homestudio #nav-homestudio a, 
#artiste #nav-artiste a,
#instrument #nav-instrument a,
#other #nav-other a {
  background-position:0 -150px;
  border-width:0;
  color:#333;/* Text color of current tab */
  /*padding-bottom:5px;*/
  }

#business #nav-business a span, 
#learn #nav-learn a span,  
#mixage #nav-mixage a span,
#homestudio #nav-homestudio a span, 
#artiste #nav-artiste a span,
#instrument #nav-instrument a span,
#other #nav-other a span{
  background-position:100% -150px;
  color:#333;/* Text color of current tab */
  /*padding-bottom:5px;*/
  }
