/* NOVASYS Web's style */

#menuh {
	background:					none;
	margin-top:					5px;
	border:						none;
	border-radius:				0;
	box-shadow: 				0px 0px 0px 0px #fff;
	width:						100%;
	margin: 					auto;	
}

#menuhh {
	position:					relative;
	margin-top:					0px;
	margin-bottom:				12px;	
	padding-bottom:				0px;
	border:						none;
	border-radius:				0;
	width:						100%;
	text-align:					center;
	z-index:					1200;
}

#menuhhprim {
	background:					rgba(0, 0, 0, 0.2);
	width:						100%;
	margin: 					auto;		
	margin-top:					0px;
	padding-bottom:				0px;
	border:						none;
	border-radius:				0;
	text-align:					center;
	margin: 					auto;	
}	

#cssmenu {
	width:						960px;
	margin: 					auto;	
	text-align:					center;

}

#cssmenu ul {
	margin: 					auto;
	padding: 					0;
	list-style-type: 			none;


	text-align:					center;
	display: 					block;
	font-size: 					13px;

	
	font-family: 				ubuntu, sans-serif;
	font-variant: 				small-caps;
	text-shadow: 				2px 2px 2px #000;
	letter-spacing:				1.5px;

	/* box-shadow: 				2px 2px 2px 0px #000;	*/
	zoom: 						1;
}

#cssmenu ul:before {
	content: 					'';
	display: 					block;
}

#cssmenu ul:after {
	content: 					'';
	display: 					table;
	clear: 						both;
}

#cssmenu li {
	display: 					block;
	float: 						left;
	margin: 					4px 2px;
	padding: 					0;

}

#cssmenu li a {
	display: 					block;
	float: 						left;
	color: 						#999999;
	text-decoration: 			none;
	font-weight: 				bold;
	padding: 					6px 20px;
	border-bottom: 				2px solid transparent;
	transition: 				all .25s ease-in;
	border-radius:				2px;
}

#cssmenu li a:hover {
	color: 						#fff;
	border-bottom: 				2px solid #28abe1;
	background: 				rgba(40, 171, 225, 0.2);
}

#cssmenu li.active a {
	color: 						#fff;
	display: 					inline;
	border-bottom: 				2px solid #28abe1;
	float: 						left;
	margin: 					0;
	background: 				rgba(40, 171, 225, 0.2);
}

