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

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:129px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
	
#ajaxmenu ul li ul {
	left:-18px;
	line-height:16px;
	position:absolute;
	top:30px;

	}
#ajaxmenu ul li a {
	color: #FFFFFF;
	font-weight: bold;
}

/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	border-right: 1px solid;
	border-color: rgb(134,149,172);
	}

#ajaxmenu ul li.last{
	color: #062E4B;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	border: none;
	}
	
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-image: url(images/conf_menu_roll.jpg);
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/conf_menu_roll.jpg);
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/conf_menu_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: 129px;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/conf_bullet_11x8.gif)  !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: rgb(37,39,61);
	background-position:5px center;
	text-indent: 13pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-image: url(images/conf_bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-bottom: 1px solid;
	border-color: rgb(68,72,117);
	font-weight: normal;
	width: 172px;
	background-color: rgb(8,11,44);
	background-position:5px center;
	text-indent: 13pt;
}
#ajaxmenu li ul li a {
	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: 833px;

}

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