.babystyle{
font-size:12px;
text-decoration: none;
width: 99%;
font-weight: bold;
}

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

.babystyle ul{
font-size:12px;
text-decoration: none;
height:16px;
border: 0px solid #8D8674;
width: 100%;
/*background: #000000; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 2px;
text-align: center; 
}

.babystyle ul li{
text-decoration: none;
display: inline;
}

.babystyle ul li a{
	font-size:12px;
	color: #000000;
	margin: 0;
	text-decoration: none;
	padding:2px;
	text-decoration: none;
	border-top: 0px solid #555145;
	border-right: 0px solid #555145;
	border-bottom: 0px solid #555145;
	border-left: 0px solid #555145;
	background-image: url(../onglet-de-menu/onglet-menu-bleu.gif);
}

.babystyle ul li a:hover, .babystyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #FFFFFF;
color:#FF6600;
}

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

.babydropmenudiv{
	text-decoration: none;
	text-align: left;
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #EEEEEE;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=6);
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}


.babydropmenudiv a{
background-image:url(../styleoeno/fond_menu180.gif);
border: 0px; 
padding:0px;
text-decoration: none;
width: auto;
display: block;
text-indent: 26px;
font:normal 11px/20px Verdana;
color: #000000;
}

.babydropmenudiv a:first-letter {
text-transform:capitalize;
font-weight:bold;
}

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

.babydropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FF6600;
}

/*-------------------*/
.chromestyle{
text-decoration: none;
width: 99%;
font-weight: bold;
}

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

.chromestyle ul{
text-decoration: none;
border: 0px;
width: 100%;
/*background: #000000; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 2px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
text-decoration: none;
display: inline;
color: #FFFFFF;
height: 22px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	border: 0px solid #555145;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	background-image: url(../onglet-de-menu/onglet-menu-bleu.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-image: url(../onglet-de-menu/onglet-menu-jaune.gif);
color: #000000;
background-repeat: no-repeat;
background-position: left top;
}

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

.dropmenudiv{
color: #FFFFFF;
text-decoration: none;
text-align: left;
position:absolute;
top: 0;
border: 1px solid #000000; 
border-bottom-width: 0;
font: bold 12px Verdana;
line-height:18px;
z-index:100;
background-color: #2386FF;/*7093F4;*/
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=6);
}


.dropmenudiv a{
color: #FFFFFF;
text-decoration: none;
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
font:normal 12px/20px Verdana;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-image: url(../onglet-de-menu/onglet-menu-jaune.gif);*/
background-color:#FFD700;/*F6E571;*/
color: #000000;
}

.spesousmenu {
background-color: #2386FF;/*7093F4;*/
font-weight:bold;
font-size:12px;
}
.spesousmenu a{
color: #FFFFFF;
}
.spesousmenu a:hover{ /*THEME CHANGE HERE*/
background-color:#FFD700;/*F6E571;*/
color: #000000;
}

