.menu{
	width: 100%;
	height: 35px;
	background: #ffccff;
}

.menu ul{
	width: 100%;
	padding-top: 8px;
}

.menu ul li{
	display:block;
	float: left;
	padding: 20px 15px 0px 15px;
	margin-top: -20px;
	
}

.menu ul li.page-item-8{
	margin-left: 10px;
}

.menu ul li.page-item-8 a{
	border-left:none;
}

.menu ul li a{
	display:block;
	color: #000;
	text-decoration:none;
	font-size: 1.6em;
	overflow: visible;
	border-left: 1px solid #daa7b4;
	margin-left: -15px;
	padding-left: 15px;
}

li.page-item-8:hover, body.pink li.current_page_item{
	background: url(../img/nav/pink-hover.gif) top center no-repeat;
}

li.page-item-10:hover, body.green li.current_page_item{
	background: url(../img/nav/green-hover.gif) top center no-repeat;
}

li.page-item-12:hover, body.yellow li.current_page_item{
	background: url(../img/nav/yellow-hover.gif) top center no-repeat;
}

li.page-item-19:hover, body.purple li.current_page_item{
	background: url(../img/nav/purple-hover.gif) center top no-repeat;
}

li.page-item-2:hover, body.blue li.current_page_item{
	background: url(../img/nav/blue-hover.gif) top center no-repeat;
}

