#imageMenu {
	margin-left: -25px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	width: 500px;
	height: 405px;
	overflow: hidden;
	display: inline-block;
	right: 0;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 405px;
	width: 600px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background: #e7e3e0 none repeat scroll right;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 115px;
	height: 405px;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
}

#imageMenu ul li.wedding-planner a {
	background: url(../images/nav-wedding-planner.jpg) repeat scroll right bottom;
	height: 405px;
	border-style: none;
}

#imageMenu ul li.wedding-officiant a {
	background: url(../images/nav-wedding-officiant.jpg) repeat scroll right bottom;
	height: 405px;
	border-style: none;
}

#imageMenu ul li.photography a {
	background: url(../images/nav-photography.jpg) repeat scroll right bottom;
	height: 405px;
	border-style: none;
}

#imageMenu ul li.blog a {
	background: url(../images/nav-blog.jpg) repeat scroll right bottom;
	height: 405px;
	border-style: none;
}

.clear {
	clear: both;
}

