.horizontal-menu{
	padding-right: 30px;
	padding-left: 30px;
}
.horizontal-menu ul {
	width: 100%;
	/* height: 40px; */
	/* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); */
	position: relative;
	border-radius: 3px;
}
.horizontal-menu ul li {
	float: left;
	width: 17%;
	border-right: 1px #FFFFFF solid;
	list-style: none;
}
.horizontal-menu ul li:last-child {
	border: none;
	width: 17%;
	position: absolute;
	right: -6px;
	top: 0;
}
.horizontal-menu ul li a {
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	background: rgba(255, 255, 255, 0);
	transition-duration: 500ms;
	transition-property: background;
}