
nav a {
	display:block;
	margin-top:43px;	
	float:left;
	font-family:Arial;
	font-weight: bold;
	font-size:14px;
	
	margin-left: 0px;
	outline: none;
	color: #5b6366;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

nav a:hover,
nav a:focus {
	outline: none;
	color: #aaa;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	color: #5b6366;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s, color 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s, color 0.3s;
	transition: transform 0.3s, opacity 0.2s, color 0.3s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	color: #aaa;
}

.menu-selected
{
	font-family:Arial;
	font-weight: bold;
	font-size:14px;
	color:#fff;
	text-decoration: none;
}
