.jquerycssmenu {
	padding:0 10px;
	height:50px;
	background: url(../images/bg-nav.jpg) repeat-x;
	z-index:10000;
}
.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.jquerycssmenu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	padding: 0px 0px 0px 0px;
	position: relative;
	float:left;
	text-align: center;
}
.jquerycssmenu ul li a {
	display:block;
	margin:0;
	color: #FFFFFF;	
	padding: 16px 12px;
	text-align: center;
	text-decoration:none;
	font-size:12px;
	text-transform: uppercase;
	background: url(../images/divider.png) right no-repeat;
}
.jquerycssmenu ul li a:hover {
	color:#fff;
	background:#8FC43F;
}
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	text-align: center;
}
.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;
	z-index:200;
}
.jquerycssmenu ul li ul li ul {
	top: 0;
}
.jquerycssmenu ul li ul li a {
	width: 180px;
	background: #111;
	color: #fff;
	padding: 10px 11px;
	margin: 0;
	border-top-width: 0;
	border-top: 1px solid #666;
	text-align:left;
}
.jquerycssmenu ul li ul li a:hover {
	background: #8FC43F;
	color: #fff;
}
.downarrowclass {
	position: absolute;
	top: 11px;
	right: 10px;
}
.rightarrowclass {
	position: absolute;
	top: 8px;
	right: 5px;
}
*:first-child+html .jquerycssmenu {
	height: 1%;
}
* html .jquerycssmenu{
	height: 1%;
}