.chromestyle{
width: 800px;
font-weight: bold;
height:30px;
background-image: url(../img/menu.jpg); background-repeat repeat-x; /*THEME CHANGE HERE*/
color:white;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding-top: 6px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul.lang {
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
margin: 10px 2px;
padding:5px 20px 9px 20px;
text-decoration: none;
}

.chromestyle ul li a:hover {
margin: 10px 2px;
padding:5px 20px 9px 20px;
background-image: url(../img/menu-sel.jpg); background-repeat:repeat-x;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid red; /*THEME CHANGE HERE*/
margin-top:3px;
border-top:3px solid red;
font:normal 12px Verdana;
line-height:12px;
z-index:100;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 150px;
}

* html #dropmenu2.dropmenudiv a{ /*IE only hack*/
width: 100px;
}


#dropmenu1 {
	width:150px;
}

#dropmenu2 {
	width:100px;
}

.dropmenudiv a{
height:20px;
display: block;
text-indent: 10px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
background-color: #039;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2767d5;
height:20px;
}


/* menu en englais*/

.dropmenudiven{
position:absolute;
top: 0;
border: 0px solid red; /*THEME CHANGE HERE*/
margin-top:3px;
border-top:3px solid red;
font:normal 12px Verdana;
line-height:12px;
z-index:100;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

* html .dropmenudiven a{ /*IE only hack*/
width: 120px;
}

.dropmenudiven a{
height:20px;
display: block;
text-indent: 10px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
background-color: #039;
}

.dropmenudiven a:hover{ /*THEME CHANGE HERE*/
background-color: #2767d5;
height:20px;
}