#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom:#CCCCCC dashed 1px;
	background-color:#356893;
	}

#ajaxmenu ul li {
	position: relative;
	width:235px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	border-top:#CCCCCC dashed 1px;
	text-indent: 8pt;
}
	
#ajaxmenu ul li ul {
	position: absolute; width:235px;
	top:0px;
	left:236px;
	line-height: 16px;
	border-bottom:none;
	

	}
#ajaxmenu ul li a {
	color: #FFFFFF;
	font-weight: bold;
}



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

	color: #FFFFFF;
	font-weight: bold;
	height: 24px;
	line-height:24px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #FFFFFF;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #FFFFFF;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding-right: 0px;
	padding-left: 0px;

	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-color: #6d91af;
	}

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

/* 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: 235px;
	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: #6d91af;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;

	font-weight: normal;
	width:235px;
    background-color:#356893;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
background-color:#356893;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 25px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
	background-color:#356893;
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 235px;

	z-index: 3000;

}

#myajaxmenu {
	display: block;
	z-index: 1000;
}
