.chromemenu{
	padding-top: 5px;
	font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromemenu ul li{
	display: inline;
}

.chromemenu ul li a{
	color: #494949;
	padding: 5px 8px;
	text-decoration: none;
	border-right: 1px solid #838383;
}

/*.chromemenu ul li a:hover, .chromemenu ul li a.current{
background: url(media/chromebg2.gif) center center repeat-x;
}*/

.boutonmenu a:hover, .boutonmenu a.current{
	background: url(media/chromebg2.gif) center center repeat-x;
	color: #FFFFFF;
	border-bottom: 1px solid #3FBFF4;
}