
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

/*containing div*/
#imageMenu {  
	position: relative;
	width: 700px;
	height: 200px;
	overflow: hidden;
	
}


/*all images*/
#imageMenu ul { 
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}
/*individual images*/
#imageMenu ul li {
	float: left;
	
}
/*individual images on hover*/
#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.bk1 a {
	background: url(images/home.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(images/story.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(images/photos.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(images/wedding.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(images/people.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk6 a {
	background: url(images/registries.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk7 a {
	background: url(images/guestbook.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

