.home {
	width: 100%;
	height: 7%;
	background-color: #FFFFFF;
	color: #E31837;
        text-align: center;
	margin-right: 25px;
        padding-top: 20px;
        padding-bottom: 20px;

}

.home ul {
	list-style: none;

}

.home ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}

.home ul li a {
	color: #e31837;
	text-decoration: none;
        font-size: 14px;
        font-weight: bold;

}

.home ul li:hover a {
	color:#6E6D6D;
}

