
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	height: 310px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 2000px;
	width: 500px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none scroll 0%;
	border-top: 3px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 500px;
	height: 60px;
}

#imageMenu ul li.plymouth a {
	background: url(images/9.jpg) repeat scroll 0%;
}

#imageMenu ul li.little a {
	background: url(images/5.jpg) repeat scroll 0%;
}

#imageMenu ul li.brighton a {
	background: url(images/4.jpg) repeat scroll 0%;
}

#imageMenu ul li.ramsgate a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.ipswich a {
	background: url(images/1.jpg) repeat scroll 0%;
	width: 500px;

}
#imageMenu ul li.canarywharf a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.portsmouth a {
	background: url(images/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.poole a {
	background: url(images/7.jpg) repeat scroll 0%;
}

#imageMenu ul li.dartmouth a {
	background: url(images/8.jpg) repeat scroll 0%;
}

#imageMenu ul li.falmouth a {
	background: url(images/10.jpg) repeat scroll 0%;
	

}

.clear {
	clear: both;
}

/*************************************************************/

