#vmenu { /* Common style */
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	font-size: 11px;
}

#vmenu ul { /* 2nd+ level items */
	padding: 1px;
	margin: 0px;
	list-style: none;
	width: 168px;
	z-index: 99;
	overflow: visible;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #8BCAFF;
}

#vmenu li.has-children { 
	position: relative;
	width: 168px;
	display:block;
	border-bottom: dotted  1px;
	border-bottom-color:#8BCAFF;
}



#vmenu li:hover { 
	color: #104B70;
	background-color: #ffffff;
	background: url('../images/selectionhover.gif') repeat-x right; 
	border-bottom: dotted  1px;
	border-bottom-color:#8BCAFF;
}




#vmenu ul li {  /* 2nd+ level items */
	background-color: #ffffff; 
	font-size: 11px; 
	background-image: none;	border-bottom: dotted  1px;
	border-bottom-color:#8BCAFF;
}

#vmenu a { /* 2nd+ level items (a tag) */
    text-decoration:none;
	text-align:left;	
	color: #104B70;
	font-weight: bold;
    display:block;
    padding: 4px;
	padding-left: 17px;
}



#vmenu ul { /* submenu offset relating to root items */
    display: none; 
    position: absolute; 
    top:0; 
    left: 167px;
}

#vmenu li ul li ul { /* submenu offset relating to root items */
    display: none; 
    position: absolute; 
    top:0; 
    left: 168px;
}

#vmenu li:hover > ul { /* Show children */
    display: block; 
}


 /* produits verticals */


#vproduits { /* Common style */
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	font-size: 11px;
}

#vproduits ul { /* 2nd+ level items */
	padding: 1px;
	margin: 0px;
	list-style: none;
	width: 168px;
	z-index: 99;
	overflow: visible;
	position: absolute;
	border: 1px solid #8BCAFF;
	color:#104B70;
}

#vproduits li.sousmenu { 
	position: relative;
	width: 168px;
	display:block;
	border-bottom: dotted  1px;
	border-bottom-color:#8BCAFF;
}



#vproduits li:hover { 
	border-bottom: dotted  1px;
	border-bottom-color:#8BCAFF;
}




#vproduits ul li {  /* 2nd+ level items */
	background-color: #ffffff; 
	font-size: 11px; 
	background-image: none;	border-bottom: dotted  1px;
	border-bottom-color:#8BCAFF;
}

#vproduits a { /* 2nd+ level items (a tag) */
    text-decoration:none;
	text-align:left;	
	color: #000000;
	font-weight: bold;
    display:block;
    padding: 4px;
	padding-left: 17px;
}



#vproduits ul { /* subproduits offset relating to root items */
    display: none; 
    position: absolute; 
    top:0; 
    left: 167px;
}

#vproduits li ul li ul { /* subproduits offset relating to root items */
    display: none; 
    position: absolute; 
    top:0; 
    left: 168px;
}

#vproduits li:hover > ul { /* Show children */

    display: block; 
}

