
.nav li {
	line-height: 98px;
	list-style: none;
	float: left;
	margin: 0 25px 0 0;
}

.nav a {
	color: #6600f1;
	display: block;
}

.nav a:hover {
	color: #ff0078;
}

.nav li.current a {
	color: #fff;
}

#nav-search-li {
	margin: -4px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.nav input#nav-search-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #6600f1;
	border-top: 5px solid #2c2737;
	border-bottom: 5px solid #2c2737;
	border-left: 5px solid #2c2737;
	border-right: 0;
}

.nav input#nav-search-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #6600f1;
	border-top: 5px solid #2c2737;
	border-bottom: 5px solid #2c2737;
	border-right: 5px solid #2c2737;
	border-left: 0;
	cursor: pointer;
}

.nav input#nav-search-btn:hover {
	color: #ff0078;
}