.mainItem li:nth-child(1) {
	background-color: #008bb0;
}

.mainItem li:nth-child(2) {
	background-color: #00285b;
}

.mainItem li:nth-child(3) {
	background-color: #9C223F;
}

.mainItem li:nth-child(4) {
	background-color:#020202;
}
.mainItem li:nth-child(5) {
	background-color: #4a2456;
}

.mainItem li:nth-child(6) {
	background-color: #79A99F;
}
.mainItem li a{
	color: #fff;
	font-family: "dinpro-regularregular", Times, serif;
}
.mainItem li {
	 
	margin-bottom: 10px;
	 
}
.mainItem{
	border-right:none;
 
}