#menu_el{ float:left; position:relative; color:#ffffff;}
#menu_el div{ float:left;}
#menu_el a{ color:#ffffff; font-size:14px; text-decoration:none; display:block; height:16px; padding:8px 30px;}
#menu_el a:hover{ background-color:#f26631;}
#menu_el a.current{ background-color:#f26631;}
#menu_el ul {
	display:block;
	margin:0px; padding:0px 5px;
	position: absolute;
	width:200px;
	left: 0px; /* Set 1px less than menu width */
	top:42px;
	line-height: 16px;
	z-index:1000;
	background-color:#364126;
    list-style: none;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
	
#menu_el ul li.top{ border:none; height:10px;}
#menu_el ul li.bottom{height:10px; border-top:0px; border-bottom: solid 2px #ffd600;}
#menu_el ul li.content {
	font-size:11px;
	padding-top:5px; padding-bottom:5px;;
	margin-bottom:2px; border-bottom:solid 1px #48533c;
	text-transform:uppercase;
	}
#menu_el ul li.content:hover{ background-color:#12190a;}
#menu_el ul li.content a {
	padding-left:5px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
	
}



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

	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.png);
	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-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: -129px;
	margin: 0px;

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

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-image: url(images/menu_roll.png);
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/menu_roll.png);
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/menu_roll.png);
}

/* 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: 129px;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif);
	color: #fff;
	background-repeat: no-repeat;
	background-color: #8dbc00;
	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);
	background-repeat: 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 {
	margin-right: auto;
	margin-left: auto;
	width: 781px;

}

#myajaxmenu {
	background-color:#b2bb1e;
	width:1000px;
	height:32px;
	position:relative;
	margin:auto;
	top: 0px;
	sisplay: block;
	z-index: 1000;
}
