#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*margin-top:10px;*/
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	/*width:113px;*/
    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:190px;
    z-index:999;
	}

/*Added by robbie*/
#ajaxmenu ul li ul li{
    
}


#ajaxmenu ul li a {
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #E8E8E8;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
    width:111.2px;
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	background-color: #90BE02;
	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #90BE02;
	background-repeat: no-repeat;
	background-position: -113px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;
	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;}

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

/* 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;*/
    /*padding:0px 20px;*/
    width:auto;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif)  !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #8dbc00;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-repeat: no-repeat !important;
	text-align: left;
	
	font-weight: normal;
	width: 192px;
	background-color: #759C00;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
	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 {
	width: 920px;
	background-color: #90BE02;
	margin:10px 0px 0px;
}


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

h2 {
    clear:both;
    color:#8FBC02;
    font-size:22px;
    margin:0 0 10px;
}

h3 {
	border-bottom:1px dotted #8FBC02;
	clear:both;
	color:#8FBC02;
	font-size:18px;
	margin:0 0 18px;
}
h4 {
    color:#8FBC02;
    font-size:16px;
    font-weight:bold;
    margin:0 0 6px;
    width:95%;
}