/*- Menu Tabs--------------------------- */ 
    #tabs { 
float:left;
width:630px; 
font-size:11px; 
line-height:normal;  
margin-top: 0px; 
}


*> #tabs { 
margin-top:0px; 
}


    #tabs ul { 
	margin:0; 
padding:33px 0px 0px 50px;
 list-style:none; 
  }
/*----*/
  *>#tabs ul { 
	margin:0; 
padding:36px 0px 0px 50px;
 list-style:none; 
  }

    #tabs li { 
 display:inline; 
margin:0; 
padding:0;   
   }
    #tabs a { 
float:left; 
background:url("../pictos_site_21/tab_left4.gif") no-repeat left top; 
margin:0; 
padding: 0em 0em 0px 24px;
text-decoration:none;
}
    #tabs a span { 
float:left; 
display:block; 
background:url("../pictos_site_21/tab_right4.gif") no-repeat right top; 
padding: 6px 26px 5px 4px; 
margin-right:-5px;
color:#000;
font-weight: bold;
 }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
float:none;
}
    /* End IE5-Mac hack */

 #tabs a:hover span { 
color:#000; 
}
#tabs a:hover { 
background-position:0% -28px;
 }
#tabs a:hover span { 
background-position:100% -28px;
 }
#tabs a.youarehere { 
background-position:0% -28px;
 }
#tabs a.youarehere span { 
background-position:100% -28px;
 }


.spacer {
clear: both;
}