#menu-topright{
	position: relative;
	display: block;
	flex:65%;
	background-color: rgba(78, 145, 96, 0.8);
	padding: 10px 50px 0 0px;
	/*width: 50%;
	height: 27px;
	border-right: 3px solid #677584;*/
}
#menu-topright li{
	position: relative;	
	display: inline-block;
	width: 15%;
	float:right;
	border-left: 1px solid #000;
	background-color: rgba(90, 248, 50, 0.9);
}
#menu-topright a{
	display: block;
	height:auto;
	max-height:29px;
	line-height: 1.8em;

	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing: 0.4px;	
	font-size: 1em;
	text-decoration: none;
	text-align: center;
}
#menu-topright > li > a{
	/*padding-left: 0.6em;
	padding-right: 0.6em;
	background-color: #900;*/
}
#menu-topright > li > a:hover{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
}
#menu-topright > li:hover > ul{
	left: 0;
	top: 0.9em;
	width: 100%;
/*	background-color: rgba(240, 108, 220, 0.5);*/

}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 1000px){
	#menu-topright{
		display: none;
	}
}
