/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
nav {
	height: 51px;
	width: 100%;
	background: #ae0c6b;
	font-size: 16px;
	font-family: 'skia', Arial, sans-serif;
	font-weight: normal;
	position: relative;
	border-bottom: 1px solid #740245;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 51px;
	padding:0 79px 0 79px;
}
nav li a {
	border-right: 1px solid #740245;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #d71e90;
	color:#000;
	text-decoration:none;
}
nav a#pull {
	display: none;
}
.link {
	text-decoration: underline;
	font-weight: normal;
	color: #4a4a4a;
	margin-left: 8px;
}
.link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #4a4a4a;
}