.menu
{
	/* float: none; */
	position: absolute;
	top: 330px;
	left: 0px;
}

.menuexposants
{
	position: absolute;
	top: 280px;
	left: 0px;
}

a.submenu, a.submenu:link, a.submenu:visited 
{
	display: block;
	float: both;
	width: 146px;
	height: 21px;
	background: #FFF;
	border: 1px solid white;
	margin: 0;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 21px;
	overflow: hidden;
	padding: 2px;
	font-weight: bold;
}

a.submenuon, a.submenuon:link, a.submenuon:visited 
{
	display: block;
	float: both;
	width: 146px;
	height: 21px;
	/* background: #FFF; */
	border: 1px solid transparent;
	margin: 0;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 21px;
	overflow: hidden;
	padding: 2px;
}

a.submenu:hover, a.submenuon:hover
{
	background: #950000;
	border: 1px solid #950000;
	color: white;
}

a.submenu:active, a.submenuon:active
{
	color: red;
}