
/* Menu */

.menu
{
	
	background-color: #4DAF7C;
	color: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 240px;
	font-family: 'Lato', 'FontAwesome', Helvetica;
	font-size: 15px;
	font-weight: 300;
}

.menu p { padding: 0 0 0 0px; line-height: 45px; 
margin-right:5px;
margin-left:5px;
 border-style: solid;
    border-width: 1px;
}

.menu p:after
{
	opacity: 0;
	content: '\f0da';
	position: absolute;
	right: 0;
	margin-right: 10px;
	font-size: 14px;
}

.menu p:hover:after { opacity: 1; }

.menu p:hover
{
	background: #7EC29C;
	color: #FFFFFF;
	cursor: pointer;
}
