@charset "utf-8";
/* CSS Document */

/* ================================================================ 
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_line.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.
=================================================================== */
.menu {
position:relative;
width:1000px;
padding-bottom:0px;
margin-bottom:0px;
margin-top:0px;
height:56px;
background:#f5f5f5;
}

* html .menu {padding-bottom:0;}

.menu ul{
list-style-type:none;
padding:0;
margin:0 0 0 0px;
width:1000px;
height:32px;
background:#ececec;
border-bottom:1px solid #c7c7c7;
border-top:1px solid #c7c7c7;
}

.menu li{
float:left;
}

.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
color:#fff;
text-decoration:none;
}

.menu a b, .menu :visited b {
display:block;
font-weight:normal;
font-size:14px;
float:left;
padding:0 20px;
height:32px;line-height:2em;
background:#ececec;
color:#4b4b4b;
cursor:pointer;
border-bottom:1px solid #c7c7c7;
border-right:1px solid #c7c7c7;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:22px;
top:2em;
left:0px;
width:1000px;
border-bottom:1px solid #c7c7c7;
border-top:0px;
background: #e4edf5;
}

.menu :hover {
white-space:normal;
}

.menu a:hover b {
color:#000;
border-bottom-color:#ccc;
}

.menu li:hover > a b
{
color:#000;
background:#e4edf5;
border-bottom-color:#e4edf5;
}

.menu ul li:hover ul,
.menu ul a:hover ul{
display:block;
visibility:visible;
top:33px;
margin-top:1px;
}

.menu ul :hover ul li {
display:block;  
background: #e4edf5;
margin-top:0px;
height:22px;
}
.menu ul :hover ul li a {
display:block;
font-size:10px; 
height:22px; 
line-height:2.1em; 
width:auto; 
float:left; 
color: #5381a4; 
padding:0 10px;}
.menu ul :hover ul li a:hover {
color:#c00;
}

.puce {
	border:0px;
	vertical-align:middle;
}
