.jquerycssmenu {
	background:none;
	padding: 15px 0 0 17px;
	width:140px
	
}
.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 BLACK;
	border-bottom-width: 0.5;
	color: #fff;
	text-decoration: none;
	background: #8C8D8D;
	width:140px;
}
.jquerycssmenu ul li a:hover {
	background: #333;
	color: #fff;
}
.jquerycssmenu ul li ul {
	position:absolute;
	left:0;
	top:0;
	visibility: hidden;
	margin-left:156px;
	border-bottom: 1px solid BLACK;
	border-top: 1px solid BLACK;
	
}
.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;
}
.jquerycssmenu ul li ul li ul {
	top: 0;
margin-left:0;
	
}
.jquerycssmenu ul li ul li a {
	width: 160px;
	background: white;
	color: black;
	padding: 4px 5px;
	margin: 0;
	border-top-width: 0;
	border-top: 1px solid #eee;
	font-size:11px;
	font-weight:normal;
	
}
.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; 
}
