#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:120px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:30px;
	line-height: 16px;

	}
#ajaxmenu ul li a {
	color: #ffffff;
	font-weight: bold;
font-size:1.1em;
}




#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:120px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:30px;
	line-height: 16px;

	}
#ajaxmenu ul li a {
	color: #ffffff;
	font-weight: bold;
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
        color: #8B744C;
	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: #8B744C;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -111px;
	margin: 0px;
}

#ajaxmenu ul li.lastcategory {
	color: #8B744C;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;
}

/* 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: #6d6562;
		display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #ffffff;
	background-color: #4c4c4c;
	background-position: left center;
}


#ajaxmenu li a:hover, #ajaxmenu li.over a:hover {
	color: #ffffff;
	background-color: #4c4c4c;
	background-position: left center;
}


#ajaxmenu li a {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #6d6562;
	background-position: left center;
	
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #6d6562;
	background-position: left center;
	
}
#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */

#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}