#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
	
	
	}

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

	}
#ajaxmenu ul li a {
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/menu.jpg);
	height:38px;
	
}

#ajaxmenu ul li a:hover {
	color: #000000;
	font-weight: bold;
	background-image: url(images/menu_roll.jpg);
	height:38px;
}


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

	color: #ffffff;
	font-weight: bold;
	height: 38px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	width:141px;

	}
#ajaxmenu ul li.category {
	color: #ffffff;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #ffffff;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	margin: 0px;

	}


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

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

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/menu_roll.jpg)  !important;
	color: #000000;
	background-repeat: no-repeat;
	
	background-position: left center;
	text-indent: 8pt;
	line-height:38px;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-image: url(images/menu.jpg) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-weight: normal;
	width: 124px;
	
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
	
	padding-right: 5px;
	padding-left: 5px;

} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
	margin-top:10px;
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 992px;
	height:38px;

}

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