#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:841px;
	}
	
#ajaxmenu ul li {
	position: relative;
	float: left;
	width: 120px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding:0px;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:35px;
	line-height: 16px;
	width: auto;
	}
#ajaxmenu ul li a {
	color: #2d4b1a; /*the darkest green*/
	font-size: 1.1em;
	
}
#ajaxmenu ul li a:hover {
	font-size: 1.1em;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #abb8dd;*/	
	/*background-image: url(images/array_360x35_hover.jpg);
	background-repeat: repeat-x;
	background-position: 0px;*/
	
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #2d4b1a; /*the darkest green*/
	height:358px;
	line-height: 35px;
	padding: 0px;
	background-image: url(imagesCamps/array_360x35.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	height: 35px;
	line-height: 35px;
	padding: 0px;
	background-image: url(imagesCamps/array_360x35.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	}
#ajaxmenu ul li.lastcategory {
	color: #2d4b1a; /*the darkest green*/
	height: 35px;
	line-height: 35px;
	padding: 0px;
	background-image: url(imagesCamps/array_360x35.jpg);
	background-repeat: no-repeat;
	background-position: -240px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	/*background-image: url(images/array_360x35_roll.jpg);
	background-repeat: repeat-x;*/
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	/*background-image: url(images/array_360x35_roll.jpg);
	background-repeat: repeat-x;*/
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(imagesCamps/array_360x35_roll.jpg);
	background-repeat: repeat-x;
}

/* 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: auto;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #fff;
	background-repeat: no-repeat;
	background-color: #4e832d; /*this is the dark green*/
	background-position: left center;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #2d4b1a; /*the darkest green*/
	/*background-image: url(images/array_360x35_roll.jpg);
	background-repeat: repeat-x;*/
	text-align: left;
	border-top: 1px solid #9fc66d;
	font-weight: normal;
	/*width: 172px;*/
	background-color: #8e99b8;
	background-position: left center;
}
#ajaxmenu li ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 7px;
	background-position: top;
	background-color: #a8d368; /*this is the light green*/
}
#ajaxmenu li ul li a:hover {
	/*padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;*/
	background-position: top;
	background-color:  #4e832d; /*this is the dark green*/
	background-image: none;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	max-width: 1124px;
	min-width: 900px;
	background-image: url(imagesCamps/searchBg.jpg);
	background-repeat: no-repeat;
	background-position: 840px 1px;
	
}

#myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
	background-image: url(imagesCamps/ajaxmenuBg.jpg);
	background-repeat:repeat-x;
	width:200px;
}

#breadCrumbs a{
	color:#666;
	width:auto;
	display:inline;
}

#breadCrumbs a:hover{
	color:#black;
}
