#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
	/*background-color: #272f22;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
	width: 100%;*/
	max-width:556px;
	margin-right: -2px;
	display:inline;
	}

#ajaxmenu ul li {
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
	position: relative;
	float: left;
	min-width: 40px;
	max-width:110px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
/*	margin-left: 8px;*/ 
	font-weight: normal;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:51px;
	line-height: 16px;

	}
#ajaxmenu ul li a {
	color: #216880;
	/* #062E4B;*/
background:#ffffff;
/*text-transform:uppercase;*/
/*	display: block;*/
text-decoration:none;
	font-weight: bold;
	min-width: 30px;
	text-align:center;
/*	width: 100%;*/
}

#ajaxmenu a {
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	height: 51px;
	font-size:13px;
	font-weight:bold;
}
#ajaxmenu a:hover {
	color:#ffffff;
	background:#60c2e4;
}

#ajaxmenu li.here {
color:#ffffff;
background:#60c2e4;
}
/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #216880;
	/* #062E4B;*/
background:#a1def7;
	font-weight: bold;
	height: 51px;
	line-height: 51px;
	padding-right: 0px;
	padding-left: 0px;
/*	background-image: url(images/array_332x28.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #216880;
	/* #062E4B;*/
background:#a1def7;
	font-weight: bold;
	height: 51px;
	line-height: 51px;
	padding-right: 0px;
	padding-left: 0px;
/*	background-image: url(images/array_332x28.jpg);*/
	background-repeat: no-repeat;
	background-position: -111px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #216880;
	/* #062E4B;*/
background:#a1def7;
	font-weight: bold;
	height: 51px;
	line-height: 51px;
	padding-right: 0px;
	padding-left: 0px;
/*	background-image: url(images/array_332x28.jpg);*/
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #216880;
background:#a1def7;
/*	background-image: url(images/array_332x28_roll.jpg);*/
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #216880;
background:#a1def7;
/*	background-image: url(images/array_332x28_roll.jpg); */
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #216880;
background:#a1def7;
/*	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: #fff;
/*	width: 111px;*/]
/*	display: block;*/

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif)  !important;
	color: #fff;
	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;
	background-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	font-weight: normal;
	/*width: 172px;*/
	background-color: #000000;
	background-position: left center;
	text-indent: 8pt;
}
li a {
	display: block;
	max-width:75px;
	width:75px;
	font-stretch: narrower;
}
#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: 4px;
	padding-left: 0px;
	display: block;
	font-size: 1.0em;
	white-space:nowrap;
	width: 100%;
} /* Sub Menu Styles */

#ajaxmenu li ul li {
	border-right: 1px solid #216880;
	border-bottom: 1px solid #216880;
	border-left: 1px solid #216880;
	background-color: #a1def7;
	width: 100%;
}

#ajaxmenu li ul {
	background-color: #a1def7;
}

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
/*	margin-right: auto;
	margin-left: auto;
*/	width: 575px;

}

#myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
/*	display: block;*/
	z-index: 1000;
}