@charset "utf-8";

.menu {
	position:relative;
	float:right;
	text-align:right;
	top:30px;
	width:70%;
}

.menu ul, .menu li {
	list-style-type:none;
	margin:0; 
	padding:0;
}

.menu li {
	float:left;
	margin-right:12px;
}

.menu a:visited {
	color: #EB721F;
	text-decoration: none;
	font-weight: bold;
}

.menu a:active {
	color: #EB721F;
	text-decoration: none;
	font-weight: bold;
}

.menu a:focus {
	color: #EB721F;
	text-decoration: none;
	font-weight: bold;
}

.menu a:link {
	color: #EB721F;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}