.MenuList  li:first-child a{
	color: #00b5ef;
}

.MenuList li:first-child{
	background-color: white;
}
.MenuList li:nth-child(2){
	background-color: #00b5ef;
}
.MenuList li:nth-child(2) a{
	color: white;
}