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

	Image Menu
	v 2.2

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


.imageMenu {
	position: static;
	width: 600px;
	height:142px;
	overflow: hidden;
	border: thin solid #00F;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

.imageMenu ul li {
	float: left;
}

.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: 142px;
	list-style-image: url((URL));
}

.imageMenu ul li.landscapes a {
	background-attachment: scroll;
	background-image: url(images/products-and-portraits.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.imageMenu ul li.people a {
	background-attachment: scroll;
	background-image: url(images/Realestate-Commercial-and-Homes.jpg);
	background-repeat: repeat;
	background-position: 0% center;
}

.imageMenu ul li.nature a {
	background-attachment: scroll;
	background-image: url(images/Landscapes-Sunshine-Coast.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.urban a {
	background-attachment: scroll;
	background-image: url(images/Landscapes-Canada-Victoria-BC.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.abstract a {
	width: 310px;
	background-attachment: scroll;
	background-image: url(images/Price-list.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

/*************************************************************/
.imageMenu ul li.products a {
	background-attachment: scroll;
	background-image: url(images/products-and-portraits.jpg);
	background-repeat: repeat;
	background-position: 0% center;
}
.imageMenu ul li.realestate a {
	background-attachment: scroll;
	background-image: url(images/Realestate-Commercial-and-Homes.jpg);
	background-repeat: repeat;
	background-position: 0% center;
}
.imageMenu ul li.sunshinecoast a {
	background-attachment: scroll;
	background-image: url(images/Landscapes-Sunshine-Coast.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.aboutme a {
	background-attachment: scroll;
	background-image: url(images/Realestate-Commercial-and-Homes.jpg);
	background-repeat: repeat;
	background-position: 0% center;
}
