/*GESTION MENU*/

#menutop {
	clear:both;
	height:22px;
	position:relative;
	margin-right:2px;
}

#menutop ul {
	height:22px;
	float:right;
}
#menutop ul, #menutop li
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#menutop li {
	display:inline;
	float:left;
	margin-left:3px;
}

#menutop li a {
	border:none;
	display:block;
	height:22px;
}

#menu1 a {
	background:url(../images/menu1.jpg);
	width:83px;
}

#menu1 a:hover {
	background:url(../images/menu1-hover.jpg);
	width:83px;
}

#menu2 a {
	background:url(../images/menu2.jpg);
	width:83px;
}

#menu2 a:hover {
	background:url(../images/menu2-hover.jpg);
	width:83px;
}

#menu3 a {
	background:url(../images/menu4.jpg);
	width:113px;
}

#menu3 a:hover {
	background:url(../images/menu4-hover.jpg);
	width:113px;
}

#menu4 a {
	background:url(../images/menu5.jpg);
	width:83px;
}

#menu4 a:hover {
	background:url(../images/menu5-hover.jpg);
	width:83px;
}

#menu5 a {
	background:url(../images/menu10.jpg);
	width:83px;
}

#menu5 a:hover {
	background:url(../images/menu10-hover.jpg);
	width:83px;
}

#menu6 a {
	background:url(../images/menu6.jpg);
	width:83px;
}

#menu6 a:hover {
	background:url(../images/menu6-hover.jpg);
	width:83px;
}

#menu7 a {
	background:url(../images/menu8.jpg);
	width:113px;
}

#menu7 a:hover {
	background:url(../images/menu8-hover.jpg);
	width:113px;
}

#menu8 a {
	background:url(../images/menu7.jpg);
	width:83px;
}

#menu8 a:hover {
	background:url(../images/menu7-hover.jpg);
	width:83px;
}

.menu a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
        font-weight:bold;
        text-decoration:none;
}

.menu a:hover{
	background-color:#E1E1E1;
}

.menu {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:5px;
}
