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

#ajaxmenu ul li {
	position: relative;
	float: left;
	xxwidth:180px;
	padding-left: 50px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	overflow:visible;
	white-space: nowrap;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	line-height: 28px;

	}
	
#ajaxmenu ul li ul li {
        xxwidth:350px;

}	
	
#ajaxmenu ul li a {
	color: #928687;
}



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

	color: #928687;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #928687;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #928687;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
}
#ajaxmenu ul li.firstcategory.active {
	color: #fff;
}

#ajaxmenu ul li.category.active {
	color: #fff;
}
#ajaxmenu ul li.lastcategory.active {
	color: #fff;
}


/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;

}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	xxwidth: 180px;
	padding-left: 50px;
	xxmargin-left: 10px;
	display: block;
	overflow:visible;
	white-space: nowrap;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #fff;
	text-indent: 0pt;
	width: 500px;
	overflow:visible;
	font-size: 18px;

	

}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	width: 500px;
	background-color: #E0D9D3;
	background-position: left center;
	text-indent: 0pt;
	overflow:visible;
	display: block; 
	font-size: 18px;

}
#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 500px;
	overflow:visible;
	display: block; 
        clear: both;
	font-size: 18px;
	
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
	width: 500px;
} /* The pop */
#ajaxmenu {
	position:absolute;
	top:93px;
	left:0px;
	width:1200px;
	height:43px;
	z-index:65;
	margin-right: auto;
	margin-left: auto;
	background-color: #E0D9D3;

}

#myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
	background-color: #E0D9D3;
	
}

#left-inner-blog li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;

}

/* hovered lists */
#left-inner-blog li a, #left-inner-blog li.over a {
	color: #fff;
	xxwidth: 180px;
	padding-left: 50px;
	xxmargin-left: 10px;
	display: block;
	overflow:visible;
	white-space: nowrap;

}
#left-inner-blog ul li a {
	color: #928687;
}
#left-inner-blog ul li.categorie active a {
	color: #FFFFFF;
}

#left-inner-blog ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}


