navi ul {

	opacity:0.99;
	height: auto;
	text-align: center;
	font: 20px/0px verdana, sans-serif;
	color: black;
	background: none;
	
	list-style: none;
	position: relative;
	float:right;
	display: inline-table;
}
navi ul:after {
	content: ""; clear: both; display: block;
}
	
navi ul ul {
	display: none;
}

	navi ul li:hover > ul {
		display: block;
	}
	
navi ul li {
	float: left;
	
	
	
}
	navi ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		
		
	}
		navi ul li:hover a {
			color: #fff;
		}
	
navi ul li a {
	display: block; padding: 25px 40px;
	color: #757575; text-decoration: none;
}

navi ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	navi ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		navi ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			navi ul ul li a:hover {
				background: #4b545f;
			}
			
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}