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

#ajaxmenu ul li {
	position: relative;
	float: left;
	_width:100px;
	padding-right:20px;
	_padding-right:0px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:24px;
	line-height: 16px;
	width:145px;

	}
#ajaxmenu ul li a {
	color: #fff;
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory, #ajaxmenu ul li.category, #ajaxmenu ul li.lastcategory {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	height: 22px;
	line-height: 20px;
	padding-right: 24px;
	_padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}

#ajaxmenu ul li.category a:link, #ajaxmenu ul li.category a:visited {
	color:#fff;
	text-decoration: none;
	}

#ajaxmenu ul li.category a:hover, #ajaxmenu ul li.category a:visited:hover {
	color:#FF9900;
	text-decoration: none;
	}
	
/* #ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-image: url(images/array_332x28_roll.jpg); 
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #21a4cf;
	background-image: url(images/array_332x28_roll.jpg);
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #21a4cf;
	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: #08499a;
	_width:100px;
	display: block;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #fff;
	background-image: url(../images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight: bold;
	width: 200px;
	background-color: #08499a;
	background-position: left center;
	text-indent: 8pt;
	font-size: 11px;
	padding-right:4px;
}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #08499a !important;
	background-image: url(../images/bullet_11x8_roll.gif) !important;
	background-repeat: no-repeat !important;
	background-color: #fff;
	background-position: left center;
	text-align: left;
	border-right: 1px solid #08499a;
	border-bottom: 1px solid #08499a;
	border-left: 1px solid #08499a;
	font-weight: bold;
	width: 200px;
	text-indent: 8pt;
	font-size: 11px;
	padding-right:4px;
}
#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 { 
	display: block; 
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 700px;

}

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