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



#ajaxmenu ul li {
	position: relative;
	float: left;
	width:80px;
	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: #FFF;
	font-weight: bold;
}

/* Styles for Menu Items */

#ajaxmenu ul li.firstcategory {
	color: #FFF;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/link_bg.png);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	}

#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/link_bg.png);
	background-repeat: no-repeat;
	background-position: -111px;
	margin: 0px;

	}

#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/link_bg.png);
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
}



#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {

	color: #fff;

	background-image: url(images/link_bg2.png);

}

#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {

	color: #fff;

	background-image: url(images/link_bg2.png);

}



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

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-position: top left;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #1f4f1d;
	background-position: left center;
}

/* set dropdown */

/* Added to fix width bug with below selector */
#ajaxmenu li li {
	width: 190px; /* Increase this and the width below if you wish to increase the width of the drop down */
	z-index: 500; /* set z-index so it would be above the main menu */
	display: block;
}

#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-repeat: no-repeat !important;
	background-position: top left;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	width: 180px; /* changed from 220; did width under 150 to show right border */
	background-color: #538a5f;
	background-position: left center;
	display: block;
}

#ajaxmenu li ul li a {
	background-image: url(images/sub_color_4x25.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 2px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
	width: 150px; /* this is the FIX! for the IE issue with the dropdown menu behing cut off */
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 950px;

}

#myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}