@charset "utf-8";



#nav ul ul {display:none; margin-top:0;}
#nav ul li:hover> ul{display:block;}
#nav ul {
	background: #efefef; 
	background: linear-gradient(top, #110091 0%, #148cc4 50%,#110091 100%);  
	background: -moz-linear-gradient(top, #110091 0%, #148cc4 50%,#110091 100%); 
	background: -webkit-linear-gradient(top, #110091 0%, #148cc4 50%,#110091 100%); 
	background-image: -ms-linear-gradient(top, #110091 0%, #148cc4 50%,#110091 100%); 
	padding: 0 20px;
	border-radius: 20px;  
	list-style: none;
	position: relative;
	display: inline-table;
	margin-top:30px;
	margin-left:0px;
	text-align:center;
	
}
	#nav ul:after {
		content: ""; clear: both; display: block;
	}
	#nav ul li { width:130px;
	float: left;
	color: #fff;
	
}
	#nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(left, #110091 0%, #148cc4 50%,#110091 100%);  
		background: -moz-linear-gradient(left, #110091 0%, #148cc4 50%,#110091 100%); 
		background: -webkit-linear-gradient(left, #110091 0%, #148cc4 50%,#110091 100%); 
		background-image: -ms-linear-gradient(top, #110091 0%, #148cc4 50%,#110091 100%); 

		border-radius: 20px 20px 20px 20px;
	}
		#nav ul li:hover a {
			color: #fff;
		}
	
	#nav ul li a {
		display: block; padding: 10px 10px;
		color: #fff; text-decoration: none;
		
	}
	#nav ul ul {
	background: linear-gradient(left, #110091 0%, #148cc4 50%,#110091 100%);  
	background: -moz-linear-gradient(left, #110091 0%, #148cc4 50%,#110091 100%); 
	background: -webkit-linear-gradient(left, #110091 0%, #148cc4 50%,#110091 100%); 
	background-image: -ms-linear-gradient(top, #110091 0%, #148cc4 50%,#110091 100%); 
 
	padding: 0;
	position: absolute; top: 100%;
	border-radius: 20px;
	
}
	#nav ul ul li {
	float: none;
	position: relative;
		
	}
		#nav ul ul li a {
			padding: 10px ;
			color: #fff;
			border-radius:  20px;
		}	
			#nav ul ul li a:hover {
				background: linear-gradient(top, #148cc4 0%, #110091 50%,#148cc4 100%);  
	background: -moz-linear-gradient(top, #148cc4 0%, #110091 50%,#148cc4 100%); 
	background: -webkit-linear-gradient(top, #148cc4 0%, #110091 50%,#148cc4 100%); 
		background-image: -ms-linear-gradient(top, #110091 0%, #148cc4 50%,#110091 100%); 

	
			}
			#nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
