#cat-1, #cat-3, #cat-5  {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C5006D;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#cat-2, #cat-4 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C5006D;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#cat-1:hover, #cat-3:hover, #cat-5:hover {
	background:#C5006D;
	color:#fff;
}
#cat-2:hover, #cat-4:hover {
	background:#C5006D;
	color:#fff;
}
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {
	background:#C5006D;
	color:#fff;
	font-size: 142px;
}
#cat-2:hover a, #cat-4:hover a {
	background:#C5006D;
	color:#fff;
}

