/* @override http://www.suds-arles.com/assets/css/menu.css */

/* @override http://www.suds-arles.com/2010/assets/css/menu.css */

#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	margin-left: 1px;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: -18px; /* Set 1px less than menu width */
	top:25px;
	}
#ajaxmenu ul li a {
	color: #FFF;
	font-weight: bold;
}




/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #fff;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
	width: 99px;
	height: 25px;
	background: url(../images/commun/onglet1.png) no-repeat;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: normal;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	
	height: 25px;
	background: url(../images/commun/onglet2.png) no-repeat;
	margin: 0 1px 0 0;

	}
#ajaxmenu ul li.lastcategory {
	color: #fff;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
	width: 99px;
	height: 25px;
	background: url(../images/commun/onglet1.png) no-repeat;
	margin: 0px;
	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	font-weight: normal;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	font-weight: normal;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	font-weight: normal;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	display: block;
	
}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #fff;
	background: url(../images/commun/fond_reroulant_on.png) repeat-y;
	text-indent: 2pt;
	font-weight: normal;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	width: 116px;
	text-indent: 2pt;
	background: url(../images/commun/fond_reroulant.png) repeat-y;
	}
#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;

}

#ajaxmenu li ul li {
	line-height: 24px;
	
}
 /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	width: 780px;

}

#myajaxmenu {
	position:absolute;
	z-index: 1000;
}
