#ajaxmenu {
	position:relative;
	margin-left:14px;
	font-size:12px;
	z-index:100;
	}

#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	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;

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


/* Styles for Menu Items */

#ajaxmenu ul li.firstcategory {

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

	}
#ajaxmenu ul li.category {
	color: #fff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	border-right:1px solid #999;

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

#ajaxmenu ul li.category.last{border-right:0;}

#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;
	padding:0 15px 0 15px;
	display: block;
}

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #fff;
	background-repeat: no-repeat;
	background-color: #1D3058;
	background-position: left center;
	text-indent: 8pt;
	font-weight:bold;
}

/* set dropdown */

#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-image: url(../images/menu-bg.png) !important;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	width: 170px;
	z-index:100;
	background-position: left center;
	text-indent: 8pt;
}

#ajaxmenu li ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom:1px solid #bbb;
}

/* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
}

/* The pop */
	

}

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

