/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu5 {
	position:relative;
	margin:0; padding-top: 1px;
	list-style-type:none;
	text-align:left; 
	height:24px;
	z-index: 1000;
	float: left;
	}

.menu5 ul {
	padding:0; margin:0; list-style-type:none; /* for Firefox */
	}

.menu5 li {
	position:relative;
	border-left: #6f6558 1px solid;
	float:left; 
	}

.menu5 li.dernierItem {
	border-right: #6f6558 1px solid;
	}

.menu5 li a, .menu5 li a:visited {
	display:block;
	text-align: center;
	font-size: 11px;
	text-decoration:none;
	color:#000;
	float:left;
	height:24px;
	line-height:24px;
	color:#fff; 
	}




.menu5 li ul {visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden;}

.menu5 table {margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */}

/* ITEMS DE NIVEAU 1 */

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover,
.menu5 li a.actif {
	color: #eeb42a;
	border:0;
	}

/* Bloc sous-menu */

.menu5 li:hover ul,
.menu5 li a:hover ul {
	visibility:visible;
	height:auto;
	background:#caae8d;
	left:0;
	top:24px;
	overflow:visible;
	border-top: #dfd4c5 1px solid;
	}

.menu5 li:hover ul li,
.menu5 li a:hover ul li {
	border: none;	
	}

.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
	float: none;
	display:block;
	color: #93361a;
	font-weight:normal;
	text-align: left;
	text-decoration:none;
	height:19px;
	line-height:19px;
	padding: 0 18px;
	background:transparent;
	width: 150px;	
	}

.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
	color: #fff;
	background-color: #93361a;
	}

.menu5 li:hover a ul li a.actif {
	color: #fff;
	background-color: #93361a;
	}

