﻿#ajaxmenu ul {
	left:0px;
	list-style: none;
	padding-top:15px;

	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:120px;
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align:middle;
	font-weight: normal;
	
}
	
#ajaxmenu ul li ul {
	position: absolute;
	margin-left:0px;
	left:0; /* Set 1px less than menu width */
	top:20px;
	padding-left:0px;
	line-height: 16px;
	

	}
#ajaxmenu ul li a {
	color: #ffffff;
	font-weight: bold;
}
#ajaxmenu ul li a:hover {
	color: #0b2943;
	font-weight: bold;
	background-image: url('images/button2.png');
	background-repeat:no-repeat;
	background-position:center;

}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px; /*padding-right: 0px;
	padding-left: 0px; */;
	background-image: url('images/button1.png');
	background-repeat:no-repeat;
	background-position:center;
	margin: 0px;
}
#ajaxmenu ul li.category {
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
/*	padding-right: 0px;
	padding-left: 0px;
/*	background-position: -100px; */


	}
#ajaxmenu ul li.lastcategory {
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
/*	padding-right: 0px;
	padding-left: 0px;
/*	background-position: -100px; */
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #ffffff;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #ffffff;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #ffffff;
}

/* 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: #ffffff;
	width: 100px;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url("ehsxhost/images/bullet_11x8_roll.gif") !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #253f58;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-image: url("ehsxhost/images/bullet_11x8.gif") !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-bottom:1px solid #2f2f2f;
	border-right:1px solid #2f2f2f;
	border-left:1px solid #2f2f2f;
	font-weight: normal;
	width: 142px;
	background-color: #9f9f9f;
	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 {
	margin-right: auto;
	margin-left: auto;
	/*	width: 781px;*/

}

#myajaxmenu {
	position: absolute;
	top:1px;
	/*left: 0px; */
	display: block;
	z-index: 1000;
}
