.jquerycssmenu {
	/*background: #eee;*/
	/*border-bottom: 1px solid #315091;*/
	padding: 8px 0 0 7px;
	
	


}
.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:absolute;
}
.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: #ffffff;
	text-decoration: none;
	/*background: #6D84B4;*/
	background:#1C3D88;
	font-weight:normal;
	font-size:12px;

}


.jquerycssmenu ul li a:hover {
	background: #333;
	font-weight:normal;
	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: 175px;
	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;
}
