#sous_menu ul {
	position:absolute;
	top:210px;
	left:233px;
}

.dropdown li { 
	cursor:pointer;
	float:left;
	
	margin:3px 15px 0 0;
	
	display:inline;
	
}

.dropdown li a {
	
	color:#000000;
	background:#E5E5DB;
	display:inline;
	float:left;
	padding:0 5px 0 5px;
	height:17px;
	line-height:17px;
/*	margin-bottom:5px;*/
	border:1px solid #ABACA7;
}

.dropdown li a:hover, #menuS-select {
	color:#ffffff !important;
	text-decoration:none !important;
	background:#245799 !important;
}

#one-ddcontent {
	z-index:1000;
}

.dropdown ul {
	overflow:hidden; 
	display:none;
	list-style:none;
	margin:0 !important;
	padding:0 0 0 0 !important;
	background:url(../gifs/bg_sous_menu.jpg) repeat-x bottom #FFFFFF;
	width:774px;
}



/********************************************************************************************************* 2 
*/


.dropdown1 li { 
	cursor:pointer;
	float:left;
	
	margin:5px 15px 0 0;
	
	display:inline;
	
}

.dropdown1 li a {
	
	color:#000000;
	background:#E5E5DB;
	display:inline;
	float:left;
	padding:0 5px 0 5px;
	height:17px;
	line-height:17px;
	margin-bottom:5px;
	border:1px solid #ABACA7;
}

.dropdown1 li a:hover, #menuS-select {
	color:#ffffff !important;
	text-decoration:none !important;
	background:#245799 !important;
}

.dropdown1 ul {
	overflow:hidden; 

	list-style:none;
	margin:0 !important;
	padding:0 0 0 0 !important;
	background:url(../gifs/bg_sous_menu.jpg) repeat-x bottom;
	width:774px;
	
}

