.jquerycssmenu {
	/*background: #eee;
	border-bottom: 1px solid #315091;
	padding: 35px 0 0 17px;*/
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration:none;
}
.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
	text-decoration:none;
}
.jquerycssmenu ul li a {
	display: block;
	/*border: 1px solid #315091;*/
	border-bottom-width: 0;
	color: #fff;
	width:220px;
	text-decoration:none;

}
.jquerycssmenu ul li a:hover {
	/*background: #58c6ff;/*--------------------------------------------------backround menu*/
	/*color: #fff;*/
}
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-bottom: 1px solid #cac9c9;
	border-top: 1px solid #cac9c9;
	border-left: 1px solid #cac9c9;
	border-right: 1px solid #cac9c9;
	
}
.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: 220px;
	background: white;
	color: #68757b;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	margin: 0;
	border-top-width: 0;
	border-top: 1px solid #eeeeee;
}
.jquerycssmenu ul li ul li a:hover {
	background: #eeeeee;
	color: #ca4646;
}
.downarrowclass {
	
	top: 11px;
	right: 10px;
	width:0px;
	height:0px;
}
.rightarrowclass {
	
	top: 8px;
	right: 5px;
}
*:first-child+html .jquerycssmenu {
	height: 1%;
}
* html .jquerycssmenu{
	height: 1%;
}
* html .jquerycssmenu ul li ul li a {
	display: inline-block;
}