#topmenu, #milieumenu {
width: 425px;
height: 33px
}
#bottommenu {
width: 425px;
height: 43px
}
#topmenu ul, #milieumenu ul, #bottommenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#topmenu a, #topmenu:visited, #topmenu a:active {
	display: block;
	width:425px;
    height:33px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-image: url(/img/v4/mt.png);
}
#topmenu a:hover {
	background-position: 0px -43px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/img/v4/mt.png);
}


#milieumenu a, #milieumenu:visited, #milieumenu a:active {
	display: block;
	width:425px;
    height:33px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none; 
	background-image: url(/img/v4/mm.png);
	background-position: 1px 0px;
}
#milieumenu a:hover {
	background-position: 1px -43px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/img/v4/mm.png);
}

#bottommenu a, #bottommenu:visited, #bottommenu a:active {
	display: block;
	width:425px;
    height:43px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none; 
	background-image: url(/img/v4/mb.png);
background-position: 1px 0px;
}
#bottommenu a:hover {
background-position: 1px -53px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/img/v4/mb.png);
}

#topmenuselected {
display: block;
	width:425px;
    height:33px;
	background-position: 0px -86px;
	background-image: url(/img/v4/mt.png);
}
#milieumenuselected {
display: block;
	width:425px;
    height:33px;
	background-position: 1px -86px;
	background-image: url(/img/v4/mm.png);
}
#bottommenuselected {
display: block;
	width:425px;
    height:43px;
	background-position: 1px -106px;
	background-image: url(/img/v4/mb.png);
}
a.lienselected, a.lienselected:hover, a.lienselected:visited, a.lienselected:active {
color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#topmenuselected ul, #milieumenuselected ul, #bottommenuselected ul {
margin: 0;
padding: 0;
list-style-type: none;
}

