/* Begin CSS Popout Menu */

body {
	behavior:url(css/csshover.htc);
}

/* MENU V */
#menuV {
	list-style: none;
}

#menuV ul {
	position:absolute;
	left:0;
	margin:0;
}

#menuV li a, #menuV .menuV_active {
	font-size:11px;
	font-weight: bold;
	text-align:right;
	display:block;
	padding:3px 20px 0 0;
	height:23px;
	color: #ffffff;
	text-decoration:none;
	background-image:url(../img/menu_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	/* pour ie */
}

#menuV li a:hover, #menuV a.menuV_active   {
	text-decoration:underline;
	background-image:url(../img/menu_bg-over.gif);
	background-position:right;
	background-repeat:no-repeat;
}


#menuV li a:active, #menuV .menuV_active   {
	text-decoration:none;
	background-image:url(../img/menu_bg-over.gif);
	background-position:left middle;
	background-repeat:no-repeat;
}
