.chromestyle{
width: 99%;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle1 ul {
position:absolute;
top:155px;
left:0px;
width:266px;
height:25px;
border: 1px solid black;
background-color:#0000CC; /*THEME CHANGE HERE couleur bleu de fond*/
text-align: center;
list-style-type:none;
line-height:25px;
margin:0px;
padding:0px;
z-index:25;
}

.chromestyle1 ul li{
/*display: inline;*/
}

.chromestyle1 ul li a{ /*deuxième niveau encastré pour la couleur bleue*/
color: white;
background-color:#0000CC;
margin: 0;
text-decoration: none;
}

.chromestyle1 ul li a:hover{
background-color:#0000CC;
text-decoration:none;
color:white;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.chromestyle2 ul {
position:absolute;
top:155px;
height:25px;
background-color: #00c000;/*vert*/
width:266px;
left:266px;
color:white;
text-align:center;
line-height:25px;
border:1px black solid;
list-style-type:none;
padding: 0px;
margin:0px;
z-index:2;
}
.chromestyle2 ul li{
/*display: inline;*/
}

.chromestyle2 ul li a{/*deuxième niveau enchassé*/
color: white;
background-color:#00c000;
height:25px;
text-decoration: none;
}

.chromestyle2 ul li a:hover{
background-color:#00c000;
color:white;
text-decoration:none;
}

.chromestyle2 ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
position: absolute;
z-index:100;
visibility: hidden;
}
.dropmenudiv2{
position:absolute;
z-index:100;
visibility: hidden;
}
/*la présentation des sous-menus en div 1 pour le bleu en div 2 pour le vert*/
.dropmenudiv1 a{
display:block;
width:185px;
height:25px;
border: 1px solid black; /*THEME CHANGE HERE*/
padding: 0px;
margin:0px;
line-height:25px;
text-indent:10px;
text-decoration: none;
background-color:#0000CC;
color:white;
}
.dropmenudiv2 a{
display:block;
height:25px;
width: 185px;
border: 1px solid black; /*THEME CHANGE HERE*/
padding: 0px;
margin:0px;
line-height:25px;
text-indent:10px;
text-decoration: none;
color: white;
background-color:#00c000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #9a9afe;
color:#000000;
text-decoration: none;
}
.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #8dfc89;
color:black;
text-decoration:none;
}
