@charset "iso-8859-1";

/*** TOPMENU 2 *******************************************************************************/
.chromestyle {
	float: right;
	margin: 0;
	padding: 0;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #e2e2e2;
}

.chromestyle ul {
	padding: 0;
	margin: 0;
	height: 24px;
	background: url(/img/topmenu_2/topmenu2_bt_bg.jpg) center center repeat-x;
	text-align: center;
}

.chromestyle ul li {
	float: right;
	margin: 0;
	padding: 0;
	height: 24px;
}

.chromestyle ul li a {
	display: block;
	margin: 0;
	padding: 0 6px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	color: #434343;
	text-decoration: none;
	border-right: 1px solid #e2e2e2;
	font-size: 9px;
	font-weight: bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	height: 24px;
	background-image: url(/img/topmenu_2/topmenu2_bt_bg_dark.jpg);
	background-position: center center;
	background-repeat: repeat-x;
}


/*** DROP DOWN *********************************************************************************/

.dropmenudiv {
	position: absolute;
	top: 0;
	border-top: 1px solid #c7c7c7;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 200;
	background-color: #fefefe;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #c7c7c7;
	padding: 2px 0;
	text-decoration: none;
	color: #606060;
	font-size: 10px;
}

* html .dropmenudiv a { width: 100%; }

.dropmenudiv a:hover { background-color: #F0F0F0; }


/*** CODE PEUT ETRE UN PEU USELESS :) ***/
/*** Add margin between menu and rest of content in Firefox ***/
.chromestyle:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}