#ajaxmenu UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#ajaxmenu UL LI
{
	position: relative;
	float: left;
	width: 111px;
	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: #062E4B;
	font-weight: bold;
}
/*Styles for Menu Items*/
#ajaxmenu UL LI.firstcategory
{
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#ajaxmenu UL LI.category
{
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#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.firstcategory:hover, #ajaxmenu UL LI.firstcategory.over
{
	color: #062E4B;
}
#ajaxmenu UL LI.category:hover, #ajaxmenu UL LI.category.over
{
	color: #FF0000;
}
#ajaxmenu UL LI.lastcategory:hover, #ajaxmenu UL LI.lastcategory.over
{
	color: #888888;
}
/*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: 111px;
	display: block;
}
#ajaxmenu LI LI A:hover, #ajaxmenu LI.over LI A:hover
{
	background-image: url(images/bullet_11x8_roll.gif) !important; /*[e]url(images/bullet_11x8_roll.gif)*/
	color: #FFF;
	background-repeat: no-repeat;
	background-color: #8A9CDE;
	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; /*[e]url(images/bullet_11x8.gif)*/
	background-repeat: no-repeat !important; /*[e]no-repeat*/
	text-align: left;
	border-right: 1px solid #2F2F2F;
	border-bottom: 1px solid #2F2F2F;
	border-left: 1px solid #2F2F2F;
	font-weight: normal;
	width: 172px;
	background-color: #000000;
	background-position: left center;
	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
{
background-color: Lime;
	top:85px;
	margin-left: 15px;
	width: 110px;
}
#myajaxmenu
{
	position: absolute;
	top:50px;
	left: 0px;
	display: block;
	z-index: 1000;
}
