.ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ajaxmenu ul li {
	position: relative;
	float: left;
	/*width of top menu items = pic width*/
	width:85px;
	/*display: block;*/
	display: compact;
	text-decoration: none;
	text-align: center;
	/*line-height:0px;*/
	font-weight: normal;
}
.ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:25px;
	/*height of one subnavibox*/
	line-height: 20px;
}
/*Menu Item color n Font*/
.ajaxmenu ul li a {
	color: #fff;
	font: Helvetica, Arial;
	font-size:10px;
	/*font-stretch: ultra-condensed;*/
	/*font-stretch: narrower*/
	font-weight: normal;
	text-indent: 0pt;
}
/* Styles for Menu Items */
.ajaxmenu ul li.firstcategory {
	color: #fff;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	/*background-position: 0px;*/
	margin: 0px;
}
.ajaxmenu ul li.category {
	color: #fff;
	font-weight: bold;
	height: 25px;
	line-height: 10px;
	padding-right: 0px;
	padding-top: 3px;
	padding-left: 0px;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	/*background-position: -111px;*/
	/*line-height:0px; */
	white-space:pre-wrap;
	margin: 0px;
}
.ajaxmenu ul li.lastcategory {
	color: #fff;
	font-weight: normal;
	height: 25px;
	line-height: 5px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	/*background-position: -222px;*/
	margin: 0px;
}
.ajaxmenu ul li.firstcategory:hover, .ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-image: url(images/naviOver.jpg);
}
.ajaxmenu ul li.category:hover, .ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/naviOver.jpg);
}
.ajaxmenu ul li.lastcategory:hover, .ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/naviOver.jpg);
}

/* 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: 80px;*/
	display: block;
}
/*submenu hover*/
.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: #0076bd;
	background-position: left center;
	/*text-indent: 8pt;*/
}
/*submenu set dropdown */
.ajaxmenu li li a, .ajaxmenu li.over li a {
	color: #ffffff;
	text-align: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight: normal;
	width:130px;
	background-color: #00385e;
	background-position: left center;
	/*text-indent: 8pt;*/
}
/* Sub Menu Styles */
.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: 3px;
	line-height:15px;
} 
.ajaxmenu li ul, .ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
.ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
}
.myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	/*z-index: 1000;*/
}
