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

#ajaxmenu ul li {
	/*float: left;*/
	width: 80px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}

#ajaxmenu ul li ul {
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS", verdana;
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	margin-top: -18px;
	line-height: 18px;
	font-size: 11px;
	z-index: 1000;
}

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

/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS", verdana;
	font-size: 11px;
	color: #062E4B;
	font-weight: bold;
	height: 18px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	/*background-position: -111px;*/
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	/*background-position: -222px;*/
	margin: 0px;

	}


#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;
	width: 80px;
	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: #990000;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #990000;
	background-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-top: 1px solid #2f2f2f;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	background-color: #fff;
	background-position: left center;
	text-indent: 8pt;
	z-index: 1000;
	width: 110px;
}

* html #ajaxmenu li li a, #ajaxmenu li.over li a { width: 130px; }

#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;
	width: 1px;
}

#ajaxmenu .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

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