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

#ajaxmenu ul li { font-size: 1em; float: left; width:95px; display: block; text-align: center; font-weight: bold; font-style: italic; text-transform: uppercase; position: relative; }
	
#ajaxmenu ul li ul {
	position: absolute;
	top:24px;
	line-height: 16px;

	}
#ajaxmenu ul li a {
	color: #444;
	font-weight: bold;
}



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

	color: #062e4b;
	font-weight: bold;
	height: 28px;
	line-height: 10px;
	padding-right: 0;
	padding-left: 0;
	background-image: url('(EmptyReference!)');
	background-position: 0 50%;
	margin: 0;

	}
#ajaxmenu ul li.category {
	color: #062e4b;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0;
	padding-left: 0;
	background-image: url('(EmptyReference!)');
	background-repeat: no-repeat;
	margin: 0;

	}
#ajaxmenu ul li.lastcategory {
	color: #062e4b;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0;
	padding-left: 0;
	background-image: url('(EmptyReference!)');
	background-repeat: no-repeat;
	background-position: -222px 50%;
	margin: 0;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-image: url('(EmptyReference!)');
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url('(EmptyReference!)');
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url('(EmptyReference!)');
}

/* 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: #f46b03; line-height: 12px; width: auto; display: block; }
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover { color: #d85304; background-repeat: no-repeat; background-color: #eeeeef; background-position: left center; text-indent: 1pt; }
#ajaxmenu ul li a:hover { color: #d85304; background-repeat: no-repeat; background-position: left center; }
#ajaxmenu li li a, #ajaxmenu li.over li a { color: #444; background-image: url('(EmptyReference!)') !important; text-align: left; border-right: 1px solid #2f2f2f; border-bottom: 1px solid #2f2f2f; border-left: 1px solid #2f2f2f; font-weight: bold; background-color: #efeeee; text-decoration: none; width: auto; text-indent: 1pt; }
#ajaxmenu li ul li a { background-color: #fff; background-image: url('(EmptyReference!)'); padding: 4px 5px; }
