#ajaxmenu {
	height:					35px;
	position:				relative;
	border-bottom:			solid 1px #fff;
}

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

#ajaxmenu ul li {
	position:				relative;
	float:					left;
	width:					106px;
	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:					36px;
	line-height:			16px;
}

#ajaxmenu ul li ul li a {
	font-size:				11px;
}

#ajaxmenu ul li a {
	color:					#666;
	font-weight:			bold;
	height:					35px;
	line-height:			35px;
}

#ajaxmenu ul li a:hover {
	background:				#e8e9e9 url(images/bg_menu.gif) left top repeat-x;
}

/* Styles for Menu Items 
#ajaxmenu ul li.firstcategory {
	color: #062E4B;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
}

#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: -106px;
	margin: 0px;
}

#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.png);
	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/menu_roll.png);
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/menu_roll.png);
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/menu_roll.png);
}
*/

/* 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:							106px;
	display:						block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	/*background:						url(images/bg_menu-over.gif) left top repeat-y !important;*/
	background:						#fff;
	color:							#57b0cd;
	/*text-indent:					8pt;*/
}

#ajaxmenu li li {
	width:							310px;
	height:							30px;
	line-height:					30px;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	height:							30px;
	line-height:					30px;
	color:							#57b0cd;
	text-align:						left;
	font-weight:					normal;
	width:							310px;
	background-color:				#e6e6e6;
	text-indent:					8pt;
}
#ajaxmenu li ul li a {
	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-left: 0;
	z-index:				1000;
	/*margin-right: auto;
	width: 781px;*/
}

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