.jquerycssmenu {
	background: #eee;
	border-bottom: 1px solid #315091;
	padding: 35px 0 0 17px;
}
.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
.jquerycssmenu ul li a {
	display: block;
	padding: 5px 7px 4px 7px;
	margin-right: 3px;
	border: 1px solid #315091;
	border-bottom-width: 0;
	color: #fff;
	text-decoration: none;
	background: #6D84B4;
}
.jquerycssmenu ul li a:hover {
	background: #333;
	color: #fff;
}
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-bottom: 1px solid #315091;
	border-top: 1px solid #315091;
}
.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: 200px;
	background: white;
	color: black;
	padding: 4px 5px;
	margin: 0;
	border-top-width: 0;
	border-top: 1px solid #eee;
}
.jquerycssmenu ul li ul li a:hover {
	background: #333;
	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%;
}
* html .jquerycssmenu ul li ul li a {
	display: inline-block;
}