/* CSS Document */
.menu {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 240px;
	width: 258px;
	display: block;
}
.menu li {
/* for IE7 */
float:left;
margin: 0px;
padding: 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* style the list items */


/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
/* hack for IE5.5 */

/* style the link hover */
* html .menu a:hover {
position:relative;
}

.menu li:hover {position:relative;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:60px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
.menu2, .menu3, .menu4, a.menu1, a.menu2, a.menu3, a.menu4, a.menu5, a.menu6{
width: 243px;
float:left;
margin: 0px;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 15px;
height: 16px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
text-transform: uppercase;
}
a.menu1{
background-color: #000000;
}
.menu2, a.menu2{
background-color: #99cc66;
}
.menu3, a.menu3{
background-color: #bbb9a4;
}

.menu4, a.menu4{
background-color: #cc6699;
}
a.menu5{
background-color: #66ccff;
}
a.menu6{
background-color: #a5a9d0;
}
a:hover.menu1, a:hover.menu2, a:hover.menu3, a:hover.menu4, a:hover.menu5, a:hover.menu6{
	color: #999999;
}
a.sousmenu1, a.sousmenu2, a.sousmenu3{
float:left;
margin: 0px;
font-size: 10px;
font-weight: bold;
color: #666666;
text-decoration: none;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 38px;
background-repeat: no-repeat;
width: 220px;
}
a.sousmenu1{
background-image: url(../images/picto-vert.gif);
}
a.sousmenu2{
background-image: url(../images/picto-beige.gif);
}
a.sousmenu3{
background-image: url(../images/picto-rose.gif);
}
a:hover.sousmenu1, a:hover.sousmenu2, a:hover.sousmenu3{
color: #999999;
}

