#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
		text-align:center;
	}

#ajaxmenu ul li {
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	position:relative;
	display:block;
	width:100px;
	font-weight: normal;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:40px;
	line-height: 10px;
	display:block;
	z-index:999;
		text-align:center;
	width:auto;
	}
	#ajaxmenu ul li a:hover {
	color:#FFFFFF;
	}
#ajaxmenu ul li a {
	color:black;
	padding-left:9px;
	padding-right:9px;
	font-size:12px;
	font-weight: bold;
	display:block;
	z-index:9;
		text-align:center;
			width:auto;
			float:left;
}



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

	color: #FFF;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	width:auto;
		text-align:center;

	}
#ajaxmenu ul li.category {
	color: #FFF;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -111px;
	margin: 0px;
		text-align:center;
			width:auto;

	}
#ajaxmenu ul li.lastcategory {
	color: #FFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -242px;
	margin: 0px;
		text-align:center;

	}


#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;
}

/* commented backslash \*/ 
* html ul li a {height:1%;
	width:auto;}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
	text-align:center;}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	text-align:center;
		width:auto;
}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif)  !important;
	color: #FFF;
	background-repeat: no-repeat;
	background-color: #EFBB4E;
	background-position: left center;
	text-indent: 8pt;
		width:auto;

}

/* set dropdown */
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
color:#FFFFFF
}
#ajaxmenu li li a, #ajaxmenu li.over li a {

	background-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	font-weight: normal;
	width: 242px;

	display:block;
	float:left;
	background-color: #E6A015;
	background-position: left center;
	text-indent: 8pt;
	z-index:999;
	position:relative
	text-align:center;
}
#ajaxmenu li ul li a {
	background-image: url(images/sub_color_4x25.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left: 5px;
		width: 242px;
		z-index:99;
		font-size:13px;
		position:relative;

text-align:center;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
		width: 242px;
		z-index:99;
		font-size:11px;
		color:#FFFFFF;
		position:relative;

} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	_width: auto;
	float:left;
	margin-top:5px;	text-align: center;
	text-align:center;

}

#myajaxmenu {
display: block;
	z-index: 1000;
		text-align: center;
		width:auto;
		float:left;
}
.category first li{
}