#ajaxmenu{
	margin-right: auto;
	margin-left: auto;
	position:absolute;
	width:770px;
	height:22px;
	z-index:65;
}

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

#ajaxmenu ul li {
	position: relative;
	float: left;
	/* width: 140px; */
	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: 22px;
	line-height: 16px;
			/* PADDING-BOTTOM: 8px; */
	}
	
/*	
#ajaxmenu ul li a {
	color: #0193DC;
	font-weight: bold;
}
*/
#ajaxmenu ul li A {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	PADDING-BOTTOM: 2px; 
	TEXT-TRANSFORM: uppercase; 
	COLOR: #ffffff; 
	PADDING-TOP: 2px; 
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #60b7de;	
}

#ajaxmenu ul li A:hover {
	BACKGROUND-COLOR: #73c5e5;
}


/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	color: #4773c1;
	font-weight: bold;
	height: 22px;
	line-height: 18px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	}
	
#ajaxmenu ul li.category {
	color: #4773c1;
	font-weight: bold;
	height: 22px;
	line-height: 18px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -121px;
	margin: 0px;
	}
	
#ajaxmenu ul li.lastcategory {
	color: #4773c1;
	font-weight: bold;
	height: 22px;
	line-height: 18px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -262px;
	margin: 0px;
	}

#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #73c5e5;
}
#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #73c5e5;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #73c5e5;
}

/* 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: #4773c1;
	width: 108px; 
	display: block;
}

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #73c5e5;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: left center;
	text-indent: 1pt;	
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	text-decoration: underline;
	TEXT-TRANSFORM: none; 
	color: #4773c1;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 0px solid #4773c1;
	border-bottom: 0px solid #4773c1;
	border-left: 0px solid #4773c1;
	font-weight: bold;
	width: 170px;
	background-color: #ffffff;
	background-position: left center;
	text-indent: 1pt;
}

#ajaxmenu li ul li a {
	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 */


#myajaxmenu {
	position: absolute;
	top:0px;
	left: 0px;
	height: auto;
	/* width: 170%; 	 */
	display: block;
	z-index: 1000;
}