#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:180px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:85px;
	line-height: 16px;

	}
#ajaxmenu ul li a {
	font-weight: bold;
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #c8c9bb;
	font-weight: bold;
	height: 85px;
	line-height: 85px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #c8c9bb;
	font-weight: bold;
	height: 85px;
	line-height: 85px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: -179px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #c8c9bb;
	font-weight: bold;
	height: 85px;
	line-height: 85px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: -160px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over, #ajaxmenu ul li a.firstcategory:hover {
	color: #ffffff;
	background-image: url(images/menu_roll.gif);
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over, #ajaxmenu ul li a.category:hover {
	color: #ffffff;
	background-image: url(images/menu_roll.gif);
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over, #ajaxmenu ul li a.lastcategory:hover {
	color: #ffffff;
	background-image: url(images/menu_roll.gif);
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a {
	color: #c8c9bb;
	width: 180px;
	display: block;
}
#ajaxmenu li.over a {
	color: #ffffff;
	width: 180px;
	display: block;
}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8.gif)  !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #4c8677;
	background-position: left center;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	font-size: 11px;
	color: #ffffff;
	background-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-bottom: 1px solid #1f594a;
	font-weight: bold;
	width: 175px;
	background-color: #3b6d60;
	background-position: left center;
}
#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: 720px;
	float: right;
}

#myajaxmenu {
	position: relative;
	top:1px;
	display: block;
	z-index: 1;
}