.jquerycssmenu {
float: right;
}
.jquerycssmenu ul {
}
.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
.jquerycssmenu ul li a {
	display: block;
	color: #303030;
	text-decoration: none;
	background: #fff;
		text-transform:uppercase;
}
.jquerycssmenu ul li a:hover {
	background: #fff;
	color: #4496d2;
	text-transform:uppercase;
}
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}
.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;	
}
.jquerycssmenu ul li ul li ul {
	top: 0;
}
.jquerycssmenu ul li ul li a {
	width: 160px;
	background: #eff1f3;
	color: black;
	border-top:#666 solid 2px;
	height:7px;
	padding:15px;
}
.jquerycssmenu ul li ul li a:hover {
	color: #4496d2;
	background: #eff1f3;
}
.downarrowclass {
	position: absolute;
}
.rightarrowclass {
	position: absolute;
}
*:first-child+html .jquerycssmenu {
	height: 1%;
}
* html .jquerycssmenu{
	height: 1%;
}
* html .jquerycssmenu ul li ul li a {
	display: inline-block;
}