/* Slightly reduce main menu font size for French */
#menu		{
	font-size: 85%;
}

/*IE6 doesn't display the text as small as all of the other browsers*/
* html #menu		{
	font-size: 80%;
}
