#MENU_BOTTOM_ROLES a:after {
    background-color: #ee0000;
}

#MENU_BOTTOM_ROLES a:after {
	content: "";
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-border-radius: 54px;
	-moz-border-radius: 54px;
	border-radius: 54px;
	height: 7px;
	width: 0;
	display: block;
	margin: 6px auto 0;
	opacity: 0;
}

#MENU_BOTTOM_ROLES a:focus:after, #MENU_BOTTOM_ROLES a:hover:after {
	opacity: 1;
	width: 50%;
}

#MENU_BOTTOM_ROLES a:hover {
	text-decoration: none;
	color: #ee0000;
}

#MENU_BOTTOM_ROLES a {
	color: #4a4a4a;
	padding:10px 20px;
}

#MENU_BOTTOM_ROLES a {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

#MENU_BOTTOM_ROLES {
	margin: 0 auto;
}
