/* CSS Document */

.lavaLampWithImage
{
left: 60px;
overflow: hidden;
margin-right: 0;
}

.lavaLampWithImage li
{
float: left;
list-style: none;
}

.lavaLampWithImage li.back
{
z-index: 8;
position: absolute;
}

.lavaLampWithImage li.back .left
{
height: 30px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a
{
font: bold 14px arial;
text-decoration: none;
color: #fff;
outline: none;
text-align: center;
top: 7px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 10px; 
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited
{
color: #fff;
border: none;
}

.lavaLampNoImage
{
position: relative;
height: 44px;
width: 952px;
padding: 0px 0px 0px 16px;
margin: 0px 0 0px 0;
overflow: hidden;
border: 0px solid gray;

height:40px;
width:100%;
}
.lavaLampNoImage li
{
float: left;
list-style: none;
}

.lavaLampNoImage li.back
{
background-position: 5px 4px;
border: 1px solid #EEEEEE;
width: 9px;
height: 40px;
z-index: 8;
position: absolute;
background-image: url(/image/menu_fleche.gif);
background-repeat: no-repeat;
background-color:#6600FF;
background-image:url(/image/menu2.jpg);
background-repeat:repeat;
background-position:0;	
}

.fleche
{
float:left;
}

.lavaLampNoImage li a
{
font: bold 14px arial;
text-decoration: none;
color: #969696;
outline: none;
text-align: center;
top: 7px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 10px;
list-style-image: url(/image/menu_fleche.gif);
list-style-position: outside;
}
/**/
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited
{
border: none;
}                    

.lavaLampBottomStyle
{
position: relative;
height: 44px;
width: 955px;
background-color: white;
padding: 0px 0px 0px 13px;
margin: 0px 0 0px 0;
overflow: hidden;
border: 0px solid gray;
/*background-image: url(/image/suite-2_menu.png);*/
background-repeat: no-repeat;
color: #CC0099;
}

.lavaLampBottomStyle li
{
float: left;
list-style: none;
color: #3366FF;
}

.lavaLampBottomStyle li.back
{
border-bottom: 5px solid blue;
width: 20px;
height: 30px;
z-index: 45;
position: absolute;
border-bottom-color: #C278B1;
border-bottom-style: double;
}

.lavaLampBottomStyle li a
{
font: bold 14px arial;
text-decoration: none;
color: #808080;
outline: none;
text-align: center;
top: 7px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 10px;
}

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited
{
border: none;
}

