/*****
Image Menu
v 2.2
	*****/

#imageMenu {
margin-top: 5px;
	height: 25px;
	overflow: hidden;
  background-color: #b1f07e;


}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height:150px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {

text-decoration: none;
color: #2a2e7a;
font-family: Georgia,Helvetica, sans-serif;
font-size: 13px;
font-weight: bolder;
font-style:italic;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	
	width:150px;
	height: 25px;
		margin: 0;
	padding: 0;
	
	
	vertical-align: middle;
}

#imageMenu ul li.bk1 a {
	background: url(images/services.jpg) scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(images/lighting.jpg) scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(images/decor.jpg)scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(images/photography.jpg) scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(images/entertainment.jpg)  scroll 0%;
}

#imageMenu ul li.bk6 a {
	background: url(images/cakes.jpg) scroll 0%;
}


#imageMenu ul li.bk7 a {
	background: url(images/invitations.jpg) repeat scroll 0%;
	border-right-style: none;
}
#imageMenu ul li.bk8 a {
	background: url(images/contact.jpg) scroll 0%;
}
#imageMenu ul li.bk9 a {
	background: url(images/catering.jpg) scroll 0%;
}

.clear {
	clear: both;
}