/**************************************
*	PVs Styles override for top menus (menu2)
*/


/***************	Menu 2 géné    ******************************/

#menu2{
	/*background: #652f47;*/
	border-right: #652f47 1px solid;
	height: 40px;
}

#menu2 a:link, #menu2 a:visited{	
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	/*vertical-align: top;*/
	text-align: center;
	float: left;	
	min-height: 34px;
	max-height: 34px;
}


/*************************  Menu 2-1    *************************/

div.pvsmenu_menu_2_1{
	float: right;	
	background: #af419c;
	/*width: 202px;*/
	width: 101px;
	height: 100%;
}
a.mainlevel_menu_2_1, a.mainlevel_menu_2_1:visited {		
	margin-left: 1px;
	color: #af419c;		
	background: White;
	width: 100px;
	border-bottom: 6px solid #af419c;
	height: 100%;
}



/***************************   Menu 2-2  ***************************/

div.pvsmenu_menu_2_2{
	float: right;	
	background: #ba4585;
	/* width: 202px; */
	width: 101px;
	height: 100%;
}
a.mainlevel_menu_2_2, a.mainlevel_menu_2_2:visited {
	margin-left: 1px;	
	color: #ba4585;
	background: White;	
	width: 100px;
	border-bottom: 6px solid #ba4585;
	height: 34px;
}


/**************************   Menu 2-3    *****************************/

div.pvsmenu_menu_2_3{	
	float: right;	
	background: #8c3f61;
	width: 202px;
	height: 100%;
}
a.mainlevel_menu_2_3, a.mainlevel_menu_2_3:visited {
	margin-left: 1px;	
	color: #8c3f63;
	background: White;
	width: 100px;
	border-bottom: 6px solid #8c3f61;
	height: 100%;
}

/********************************  Menu 2-4   *******************************/

div.pvsmenu_menu_2_4{
	float: right;	
	background: #652f47;
	width: 202px;
	height: 100%;
}
a.mainlevel_menu_2_4, a.mainlevel_menu_2_4:visited {	
	margin-left: 1px;	
	color: #662e47;
	background: White;
	width: 100px;
	border-bottom: 6px solid #652f47;
	height: 100%;
}

/****************************************
************ Gestion des Hover **********
*****************************************/

/*Menu 2-1*/
a#active_menu_menu_2_1,
a.mainlevel_menu_2_1:hover {
	color: white;
	background: #af419c;
	border-bottom: 6px solid white;
}
/*Menu 2-2*/
a#active_menu_menu_2_2,
a.mainlevel_menu_2_2:hover {
	color: white;
	background: #ba4585;
	border-bottom: 6px solid white;
}
/*Menu 2-3*/
a#active_menu_menu_2_3,
a.mainlevel_menu_2_3:hover {
	color: white;
	background: #8c3f61;
	border-bottom: 6px solid white;
}
/*Menu 2-4*/
a#active_menu_menu_2_4,
a.mainlevel_menu_2_4:hover {
	color: white;
	background: #652f47;
	border-bottom: 6px solid white;
}


