div.menu {
	position:relative;
	top: 0px;
	top: expression("0px");
	left: 0px;
	left: expression("1px");
	text-align:center;
	width: 920px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#fonddumenu {
	position:absolute;
	left: 0px;
	width: 918px;
	height: 18px;
	padding: 0px;
	background-color: #070780;
	}
.topmenul1 {
	list-style:none;			/* Default styles for all menu's */
	margin:auto;
	padding:0px 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
.topmenul1 li {
	font-weight: bold;
	background-color: #070780;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	padding:1px 0px;
	float:left;				/* First level menu's needs to float left */
	position:relative;			/* Relative positiong because lower level menu's needs to be absolute */
	margin: auto;
}



/* First level colors for link tags */


.topmenul1 a:visited {
	color: #fff;		
	border-top: none;
	border-bottom: none;
	border-right:2px solid #fff;
	text-decoration: none;
	text-align: left;
}
.topmenul1 a:active {
	color: #070780;		/* On hover for a alements, */
	border-top: none;
	border-bottom: none;
	border-right:2px solid #fff;
	text-decoration: none;
	text-align: left;
	background-color: white;
}
.topmenul1 a:hover {
	color: #070780;		/* On hover for a alements, */
	border-top: none;
	border-bottom: none;
	text-decoration: none;
	text-align: left;
	background-color: white;
}
.topmenul1 a {
	color: #fff;
	padding:0px 5px 0px 5px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	border-top: none;
	border-bottom: none;
	border-right:2px solid #fff; 
	text-decoration: none;		/* Same as BG color so total width is always the same */
	text-align: left;
	background-color: #070780;
}

/* Recherche */

#formulaire
	{
	position: absolute;
	left: 780px;
	left: expression("800px");
	top: 0px;
	margin: 1px 0px 0px 0px;
	}
input.recherche {
	float: left;
	border: 1px solid black;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	height: 12px;
	font-weight: normal;
	margin: 0px;
}
input.submit {
	float: left;
	border: 1px solid black;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	height: 16px;
	height: expression("16px");
	font-weight: bold;
	margin: 0px;
}
