#ajaxmenu ul {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0;
	list-style: none;
	background: url("images/menu_space.png") no-repeat right;
}

#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: 0px; /* Set 1px less than menu width */
	top: 35px;
	width: 200px;
	line-height: 28px;
}

#ajaxmenu ul li a {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	padding-top: 1px;
}


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

	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: 0px; 
	margin: 0px; */

	}
	
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 34px;
	line-height: 29px;
	padding-right: 0px;
	padding-left: 0px;
	background: url(images/menu_space.png) no-repeat right;
	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: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
/*	width: 111px; */
	display: block;
}

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background: url(images/top_menu_row_hover.png) left top no-repeat;
	color: #ffffff;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #000000;
	text-align: left;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	font-weight: bold;
	width: 250px;
	height: 30px;
	background-color: #94fc94;
	text-indent: 8pt;
}

#ajaxmenu li ul li a {
	background-image: url(images/sub_color_4x25.jpg);
	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 */

#ajaxmenu{
	margin-right: auto;
	margin-left: auto;
	width:1000px;
	height:43px;
	z-index:65;
	background:  url(images/menu_bg.gif) left top;
}

#myajaxmenu {
}

