.chromestyle{
font-weight: bold;
width: 739px;
}

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

.menu
{
	float:left;
	width:150px;
	height:30px;
	background-image: url(./../medias/communs/fond_menu.jpg);
	background-repeat: repeat-x;
	text-align:center;
	margin-right:1px;
	padding-top: 5px;
	
}

.menu_fin
{
	float:left;
	width:135px;
	height:30px;
	background-image: url(./../medias/communs/fond_menu.jpg);
	background-repeat: repeat-x;
	text-align:center;
	padding-top: 5px;
}

.menu a
{
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	width:150px;
}

.menu_fin a
{
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	width:135px;
}


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

.dropmenudiv{
position:absolute;
top: 0;
margin-top:10px;

font-family:Verdana;
font-size:77%;
font-weight:bold;
line-height:25px;
z-index:100;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-left: 3px solid #000000;
border-right:3px solid #000000;
border-bottom:1px solid #000000;
padding: 2px 0 0 0;
margin:0;
text-decoration: none;
font-weight: bold;
text-align:left;
color: #FFFFFF;
background: transparent url(./../medias/communs/fond_ss.png);
background-repeat: repeat-x;
filter:alpha(opacity:80); 
-moz-opacity:0.8;
opacity: 0.8;
	
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image: url(./../medias/communs/fond_sousmenu_over.jpg);
background-repeat: repeat-x;
color: #000000;
}