#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #dbdfec;
	text-transform: lowercase;
	height:17px;
	line-height: 17px;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	height:17px;
	width: 35px;
}

html > body #ajaxmenu ul li {
	width: auto;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:20px;
	
	}
#ajaxmenu ul li a {
	color: #062E4B;
	font-weight: bold;
}



/* Styles for Menu Items */
#ajaxmenu ul li.CurrentPage a {
	height:17px;
	color: #FFF;
	font-weight: bold;
	}


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

}
#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-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	background-color: #000000;
	background-position: left center;
	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;

}

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

.CurrentPage {
background: #001b75;
color: #FFF;
}

.CurrentPage a{
color: #FFF;!important
}