#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 0;
	width: 100%;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;	
}


	
#ajaxmenu ul li ul {
	width: 160px;
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:52px;
	line-height: 16px;
	}


/* Styles for Menu Items */

#ajaxmenu ul li.category {
	color: #FFF;
	font-weight: bold;
	height: 60px;
	width: 16%;
	line-height: 60px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over, #ajaxmenu ul li a.category:hover {
	color: #ffffff;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a {
	color: #ffffff;
	padding-right: 20px;
	display: block;
}
#ajaxmenu li.over a {
	color: #ffffff;
	padding-right: 20px;
	display: block;
}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #000000;
	background-color: #b9c3a8;
	  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	font-size: 11px;
	color: #49523B;
	text-align: left;
	font-weight: normal;
	width: 140px;
	background-color: #F3F2E0;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	font-style: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #627849;
	border-left-color: #627849;
	font-variant: normal;
	position: relative;
	padding-top: 5px;
	white-space: normal;
}
#ajaxmenu li li.last a , #ajaxmenu li.over li.last a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #627849;
}
#ajaxmenu li ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	position: relative;
	width: 100%;
}

#myajaxmenu {
	position: relative;
	top:1px;
	display: block;
	z-index: -1;
}
