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

#ajaxmenu ul li { color: #000; font-family: helvetica; position: relative; float: left; width:90px; display: block; text-decoration: none; text-align: center; font-weight: normal; }
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	line-height: 16px;

	}
#ajaxmenu ul li a { color: #666; font-family: helvetica; font-weight: lighter; letter-spacing: 0.05em; }



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory { color: #000; font-size: 12px; font-family: helvetica; font-weight: normal; height: 28px; line-height: 28px; background-image: url(images/array_332x28.jpg); padding-right: 0; padding-left: 0; background-repeat: no-repeat; background-position: 0 50%; margin: 0; }
#ajaxmenu ul li.category { color: #000; font-size: 12px; font-family: helvetica; height: 28px; line-height: 28px; background-image: url(images/array_332x28.jpg); padding-right: 0; padding-left: 0; background-repeat: no-repeat; background-position: -90px 50%; margin: 0; }
#ajaxmenu ul li.lastcategory { color: #000; font-size: 12px; font-family: helvetica; height: 28px; line-height: 28px; background-image: url(images/array_332x28.jpg); padding-right: 0; padding-left: 0; background-repeat: no-repeat; background-position: -180px 50%; margin: 0; }


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over { color: #000; font-size: 11px; font-family: helvetica; background-color: #ccc; background-image: url(images/array_332x28_roll.jpg); }

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #000;
	background-image: url(images/array_332x28_roll.jpg);
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #000;
	background-image: url(images/array_332x28_roll.jpg);
}

/* 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: #000;
	width: 90px;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif)  !important;
	color: #000;
	background-repeat: no-repeat;
	background-color: #8dbc00;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a { color: #ffffff; font-size: 11px; font-family: helvetica; 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; border-left: 1px solid #2f2f2f; font-weight: normal; width: 200px; background-color: #000000; background-position: left center; text-indent: 7pt; }
#ajaxmenu li ul li a {
	background-image: url(images/sub_color_4x25.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { color: #000; font-size: 11px; font-family: helvetica; display: block; } /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 781px;

}

#myajaxmenu { color: #000; font-family: helvetica; position: absolute; top:1px; left: 0; display: block; z-index: 1000; }
