#headerAjaxMenu {
	float: left;
	clear: both;
	list-style: none;
	text-align: left;

}


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


/*------------------------------------------------------------------
 
	MAIN MENU ITEMS ***********************************************
	
-------------------------------------------------------------------*/
#headerAjaxMenu ul {
	list-style: none;
	height: 40px;
	background-image: url(images/menuBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 15px;
	}
	
	

#headerAjaxMenu ul li {
	position: relative;
	float: left;
	/*display: block;*/
	text-decoration: none;
	text-align: left;

}
	
	
	
	

#headerAjaxMenu ul li a {
	color: #FFFFFF;

	font-weight: bold;
}

#headerAjaxMenu ul li a:hover {
	color: #000000;
/*	background-image: url(images/sep.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}


#headerAjaxMenu ul li.category {
	color:#FFFFFF;
	text-decoration: none;
	line-height: 40px;
	font-size: 16px;
	font-family:"Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	
		background-image: url(images/sep.gif);
	background-repeat: no-repeat;
	background-position: right top;

	}





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



#headerAjaxMenu ul li.active a {
	color:#000000;
}

#headerAjaxMenu ul li.last {
	background-image: none;
}
#headerAjaxMenu ul li.last a {
	background-image: none;
}



/*------------------------------------------------------------------
 
	DROPDOWN MENU ITEMS ***********************************************
	
-------------------------------------------------------------------*/


/* Dropdown ul container */
	
#headerAjaxMenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:40px;
	line-height: 16px;
	background-image: none;
	height: auto;
	padding-left: 0px;
	width:150px;
	}
	
/* Dropdowns */
	
#headerAjaxMenu li li a, #headerAjaxMenu li.over li a {
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	background-image: url(images/bullet_11x8.gif) !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: 150px;
	background-color: #000000;
	background-position: left center;
	text-indent: 8pt;
	display: block;
	padding: 0px;	
}

#headerAjaxMenu ul li ul li.dropdowns a{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;


	}
	
	#headerAjaxMenu ul li ul li.dropdowns a:hover {
	color:#000000;

	}

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


#headerAjaxMenu li li a:hover, #headerAjaxMenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif)  !important;
	color: #000000;
	background-repeat: no-repeat;
	background-color: #FFEF00;
	background-position: left center;
	text-indent: 8pt;
}


#headerAjaxMenu 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 */

