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

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:142px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family:arial;
	text-transform:uppercase;
	padding:0;margin:0;
	font-size:12pt;
	height: 28px;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left:0; /* Set 1px less than menu width 162 */
	top:35px;
	line-height: 18px;
	font-family:arial;
	width:195px;
	}

#ajaxmenu ul li a {
	color: #A2C068;
	font-weight: normal;
/* hack height 28 */ 
	height: 35px;
}

/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	color: #062E4B;
	font-weight: normal;
	height: 28px;
	line-height: 4px;
	margin: 5px;
}

#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	margin: 0px;
}

#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	margin: 0px;
}


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

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #85B546;
}

#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #85B546;
}

/* commented backslash \*/ 
* html ul li a {height:0%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
	background:url(/images/menus.png) top center no-repeat;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	display: block;
	padding-bottom:0px;
}

#ajaxmenu li a:hover, #ajaxmenu li.over a:hover {
	color: #fff;
	border-bottom:0px solid #85B546;
	background:url(/images/hover.png) bottom left no-repeat;
}

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #85B546;
	background:#f8fbfd url(/images/n_arrow.png) 170px 10px no-repeat;
	text-indent: 8pt;
	padding-bottom:5px;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #336699;
	text-align: left;
	width: 184px;
	background: #F8FAF8;
	text-transform:none;
	font-weight:normal;
	text-indent: 8pt;
	font-size:9pt;
	border-bottom:1px solid #F8FAF8;
	border-left:1px solid #F8FAF8;
	border-right:1px solid #F8FAF8;
	padding-top:5px;
	padding-bottom:6px;
}
#ajaxmenu li ul li a {
	width:183px;
	background: #ECF5FB;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block;
	padding:0;margin:0;
	color: #85B546;
} /* The pop */

#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-image: url(/images/toggle.png) !important;
	background-repeat: repeat-y repeat-x!important;
	padding-top:0px;
}

#myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 900;
}