#myajaxmenu {
	display: block;
	z-index: 1000;
	padding-right:5px;
	padding-top:10px;
	margin-top:8px;
}
#myajaxmenu ul {
	margin: 0;
	padding: 0;
	text-align: right;
	width:100%;
	}

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

	}
#ajaxmenu ul li a {
	color: #444;
	font-weight: normal;
	list-style: inside square;
	}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	color: #062E4B;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
		}
#ajaxmenu ul li.category {
	color: Gray;
	font-weight:normal;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	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: #fff;
	background-image: url(images/array_332x28_roll.jpg);
}

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

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
.ajaxmenu li a {
	text-decoration: underline;
	list-style: inside square;
}

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	width:180px;
	}


