#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding-top: 0px;
	width: auto;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:45px;
	line-height: 16px;
	width: 172px;
	}
#ajaxmenu ul li a {
	color: #FFFFFF;
	font-weight: bold;
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	color: #FFFFFF;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(images/menu_roll.png);
	background-repeat: repeat-x;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#ajaxmenu ul li.category {
	color: #FFFFFF;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	background-position: -145px;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#ajaxmenu ul li.lastcategory {
	color: #FFFFFF;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	background-position: -222px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-image: url(images/menu_roll.png);
	background-repeat: repeat-x;
	height: 45px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 45px;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/menu_roll.png);
	background-repeat: repeat-x;
	margin-top: -4px;
	line-height: 45px;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/menu_roll.png);
	background-repeat: repeat-x;
	margin-top: -4px;
	line-height: 45px;
}

/* 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: #fff;
	display: block;
}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #fff;
	background-color: #0b77c2; /* #752F39; */
	background-position: left center;
	text-indent: 8pt;
	width: 200px;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	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: #666666;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 899px;

}

#myajaxmenu {
	position: absolute;
	top:4px;
	left: 0px;
	display: block;
	z-index: 1000;
	width: 899px;
	height: 45px;
	font-size: 14px;
}
