/* ================================================================ 
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/dd_valid.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.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:100%; height:59px; position:relative; font-size:11px; z-index:100;	background:url(../images/menu_034_bg.jpg) repeat-x;margin-top: -5px;}
.menu a {
	font-weight:bold;
	}
.menu ul li a, .menu ul li a:visited {display:block;width:100px; height:59px; text-align:center; overflow:hidden;	color:#a7a7a7;text-transform:uppercase;
	font-size:11px;
	font-weight:normal;
	line-height:59px;
	text-decoration:none;
	padding:0 10px;	
	}
.menu ul li:hover{
	background-image: url(../images/menu_034_h.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
		}
.menu ul li a.current{
	background-image: url(../images/menu_034_h.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
		}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;	list-style:none;
	display:block;
	height:59px;
	line-height:59px;}
.menu ul li ul {display: none;}
.menu ul li ul li {	
	height:20px;
	line-height:20px;}

/* specific to non IE browsers */

/* titre onglet */
.menu ul li:hover a {color:#fff;}
.menu ul li:hover ul {display:block; position:absolute; top:55px; left:0; width:105px;}

.menu ul li:hover ul li a.hide {background:#91b5ff; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	background:#FFFFFF;
	color:#000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;	height:20px;
	line-height:20px;
}
.menu ul li:hover ul li a:hover {background:#EEEEEE; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
