/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	z-index:10;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 191px;
	border-bottom: 0px Aucune #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

.suckerdiv ul li{
z-index:10;
position: relative;
background-color: #b8c1cc;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
	z-index:10;
	left: 190px;
	position: absolute;
	width: 180px;
	top: 0;
	display: none;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px Aucune #ffffff;
	border-left: 1px solid #ffffff;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 180px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 180px; /* Parent menu width - 1*/
background-color: #b8c1cc;/* fond sous menu */
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #b8c1cc; /* fond sous sous menu */
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #b8c1cc;
}

/* menu links style */
.suckerdiv ul li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #b8c1cc;
	padding: 1px 5px;
	border-bottom: 1px solid #ffffff;
	line-height: 1.75em;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
}

.suckerdiv ul li a:hover{
background-color: #022b66;/*over pour menu*/
color: #ffffff;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
background-color: #022b66;/*over sous menu*/
color: #ffffff;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #022b66;/*over sous sous menu*/
color: #ffffff;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(../vetosolder/images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #b8c1cc;/* fond sous menu quan sous cat*/
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #b8c1cc;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #b8c1cc;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

A.menu { color:#022b66; text-decoration:none; }
//A:hover.menu { color:#ffffff; text-decoration:underline; }
-->
.menu_de_chiot
{
table tr td a:hover{color:#022b66;color:#ffffff;}
}


.menu_de_chiot {
	td a {

	   display: block;
	   padding: 4px;
	}
	a:hover {
	   color: #b8c1cc;
	   background-color: #022b66;
	}
}


.menu_de_chiot
{
table tr td a:hover{color:#ffffff;color:#b8c1cc;}
}



