#ajaxmenu ul {
	margin: 0;
	padding: 0;

	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:96px;
	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;
    display:none;
      
	}
#ajaxmenu ul li a {
	color: #5D88B2;
	font-weight: bold;
}

#ajaxmenu ul li a:hover {
	color: #fff;
	font-weight: bold;
	left:0px;
line-height: 30px;
	height:30px;
	
  
 /*	background:  url(images/select.gif) repeat left bottom;
*/	
}


/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #000;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
/*background-image: url(images/array_332x28.jpg);
*/	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #000;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
/*	background-image: url(images/array_332x28.jpg);
  */	background-repeat: no-repeat;
    background-position: -111px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #FFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
 /*	background-image: url(images/array_332x28.jpg);
*/	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
    z-index:100000;
  /*	background-image: url(images/array_332x28_roll.jpg);
*/
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
      z-index:100000;
/*	background-image: url(images/array_332x28_roll.jpg);
*/
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
      z-index:100000;
/*	background-image: url(images/array_332x28_roll.jpg);
*/
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	 z-index: 100000;
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	width: 96px;
	display: block;
     z-index: 100000;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/btn_arrow_over.png)  !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: left center;
	text-indent: 8pt;
     z-index: 100000;

}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #000000;
	background-image: url(images/btn_arrow.png) !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;
	width: 172px;
	background-color: #FFFFFF;
	background-position: left center;
	text-indent: 8pt;
    z-index:100000;
}
#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;
     z-index: 100000;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block;
     z-index: 100000;
     clear:both;
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
/*	width:967px;*/

}

#ajaxmenu ul li.category ul li.first {

	width:130px;

       z-index: 100000;
}

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