
/*** BOX PRINCIPAL ********************************************************************************************************************/

.chromestyle_2 {
	float: left;
	width: 150px;
}


.chromestyle_2:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


.chromestyle_2 ul {
	width: 100%;
	height: 23px;
	/**background: url(topmenu_2_bg.png) center center repeat-x;**/
	text-align: left;
}


.chromestyle_2 ul li { display: inline; }


.chromestyle_2 ul li a {
	padding: 0 0px 0 20px;
	display: inline-block;
	height: 100%; 
	text-decoration: none;
	font-weight: bold;
	color: #25a3d1;
	vertical-align: top;
	width:150px;
}


.chromestyle_2 ul li a:hover, .chromestyle ul li a.selected { background-color:#000000; color:#25A3D1; }


/*** DROP DOWN MENU *********************************************************************************************************************/

.dropmenudiv_2 {
	position:absolute;
	top: 0;
	border: 0px solid #bbb;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color:#000000;
	width: 170px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv_2 a {
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #bbb;
	padding: 2px 0 2px 10px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}

/*** IE only hack ***/
* html .dropmenudiv_2 a { width: 100%; }


/*** COULEUR DE FOND DES DROP DOWN ***/
.dropmenudiv_2 a:hover {
  background-color: #000000; 
  font-weight:bold; 
  color:#25A3D1;
  padding: 2px 0 2px 10px;
  background: url(dropdown_bg_hover.png) center center repeat-x; }



