/* this is the main UL element*/
.dropdown_rech{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	/*border-bottom:1px solid #444;*/
}

/* these are the inner menus*/
.dropdown-rech ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown-rech li{
	margin:0;
	padding:0;
	width:25px;
	height:25px;
	background-color:#333333;
	cursor:pointer;
	text-align:center;
	background: url(../images/menu_item_bg.gif) no-repeat;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown-rech a{
	text-decoration:none;
	color:#99ff00;
	width:100%;
	margin:0;
	padding:0;
}

.dropdown-rech a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown-rech ul li{
	margin:0;
	padding:0;
	background-image:none;
	background-color:#333333;
	height:auto;
}

/* these are the LIs that contains a submenu*/
.dropdown-rech li.submenu{
	/*background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:105px;*/
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown-rech ul li.submenu{
	/*background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:110px;*/
}
