@CHARSET "UTF-8";
/* Dropdown menu */
#categorie-chooser {			
	margin: 5px 0px;
	padding: 0px;
	/* width: 135px;*/
	height: 22px;
	background-color: #E6A896;
	color: #FFFFFF;
	font-weight: bold;
	list-style: none;
	list-style-type: none;	
}
#categorie-chooser li.chooser-first {
	padding: 0px;
	margin: 0px;	
	height: 22px;
}
#categorie-chooser ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#categorie-chooser a {
	display: block;
	/* width: 135px;*/
	padding: 5px;
	background-color: #E6A896;
}
*html #categorie-chooser a {
	width: 143px;
	height: 20px;
}
.chooser-arrow {
	background: #E6A896 url('../images/down_arrow.jpg') no-repeat right;
	color: #FFFFFF;
	height: 15px;
}	 
#categorie-chooser ul.hoverOff {
	position: absolute;
	/*width: 135px;*/
	left: -999em;
	margin: 0px;
	padding: 0px;
	list-style: url('../images/blank.png');
	list-style: none;
	list-style-type: none;
	
}
#categorie-chooser ul.hoverOn {
	position: relative;
	/*width: 135px;*/
	margin: 0px;
	padding: 0px;
	left: -20px;
	list-style: url('../images/blank.png');
	list-style: none;
	list-style-type: none;
}

#categorie-chooser ul li a {
	/*width: 150;*/
	color: #FFFFFF;
	background-color: #E6A896;
}
*html #categorie-chooser ul li a {
	width: 143px;
}

#categorie-chooser li:hover ul, #categorie-chooser li.sfhover ul {
	left: auto;
}
*html .ie6list{
	_height: 0px;
	margin-bottom: -5px;
}