ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 10px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(a_bg.gif) repeat-x;
	/*text-transform: uppercase;*/
	clear: both;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: left bottom;
	background: url(a_bg.gif) repeat-x left bottom;


}
ul#topnav span{ /*--Default state of navigation--*/
	
	/*padding:0px;
	padding-bottom:20px;*/
	cursor:pointer;
	background-position: left top;
	background: url(a_bg.gif) repeat-x left top;

}
ul#topnav .test
{
	color: #fff;
	background-position: left top;
	background: url(a_bg.gif) repeat-x left top;

}
ul#topnav .onglet_selected{ /*--This is basically the hover state of navigation--*/
	color:#000000;
	float:left;
	height:40px;
	line-height:40px;
	background: url(a_bg.gif) repeat-x left bottom;
	padding: 0px 20px;
	margin:0px;
}
ul#topnav .onglet_selected a{ 
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	background:none;
}
