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

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:111px;
	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:20px;
	line-height: 16px;

	}
#ajaxmenu ul li a {
	color: #ffffff;
	font-weight: bold;
	font-size:12px;
}



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

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

	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	
	margin: 0px;

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

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-color:#3399FF;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-color:#3399FF;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-color:#3399FF;
}

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

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #fff;
	background-color: #3399FF;
	background-position: left center;
	text-indent: 2pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #3399FF;
	
	text-align: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #3399FF;
	border-left: 1px solid #fff;
	font-weight: normal;
	background-color: #FFFFFF;
	text-indent: 2pt;
}
#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 {
	width: 100%;
	background-color:#FF9900;
}

#myajaxmenu {
	width:100%;
}