/* définitions des aspects des menus déroulants */
.ypcontainer {
    z-index: 8;
    visibility: hidden;
    position: absolute
}
.ypcontents {
    position: absolute;
	/*border-top:1px solid #64581e;*/
/*BACKGROUND-COLOR: #262626;*/
}
.ypcontents1 {
    position: absolute;
	/*border-top:1px solid #64581e;*/
/*BACKGROUND-COLOR: #262626;*/
}

.menu1, .menu2, .menu3 {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#eeeadb /*f2f1ec*/;
	margin-right:1px;
	border-left:1px solid #64581e;
	border-right:1px solid #64581e;
	border-bottom:1px solid #64581e;
    text-decoration: none;
	visibility:inherit;
	/* for mozilla */
	/* -moz-opacity:.9; */
	/* for win/ie */
	/* filter:alpha(opacity=60); */
}

.menu1 a:link, .menu2 a:link, .menu3 a:link, .menu1 a:visited, .menu2 a:visited, .menu3 a:visited {
    display: block;
    padding:2px 10px;
    color: #000;
    text-decoration: none;
}

.menu1 a:hover{
    color: #000;
    text-decoration: none;
	background-color:#8bb351;
}

.menu2 a:hover{
	color: #000;
    text-decoration: none;
	background-color:#e0b01e;
}

.menu3 a:hover{
	color: #fff;
    text-decoration: none;
	background-color:#774406;
}
/* fin des menus déroulants */

