/*Specify the top menu display on the web page*/
a.lienmenu {
text-decoration:none;
font-size:10pt;
}

a.lienmenu:link {
font-weight:bold;
color:#666666;
text-decoration:none;
}

a.lienmenu:visited {
font-weight:bold;
color:#666666;
text-decoration:none;
}

a.lienmenu:hover {
	font-weight:bold;
	color:#aaaa00;
}


/* Define my main menu properly */
.menu{
	display:inline;
	padding:0em 1cm 0em 0.5cm;
	margin-left:0px;
}

li.menulast {
	display:inline;
}

.box {
	display:inline;
}
/* FOOTER MENU*/
a.footermenu{
text-decoration:none;
font-size:8pt;
}

a.footermenu:link {
font-weight:bold;
color:#000000;
text-decoration:none;
}

a.footermenu:visited {
font-weight:bold;
color:#000000;
text-decoration:none;
}

a.footermenu:hover {
	font-weight:bold;
	color:#B90000;
}