﻿
/**************************************************************

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 600px;
	height: 350px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 350px;
	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:150px;
	height:350px;
}

#imageMenu ul li.ghjb a {
	background: url(images/mainpicture-ghjb-aug10.jpg) repeat scroll 0%;
}

#imageMenu ul li.ghklw a {
	background: url(images/mainpicture-ghklw-aug10.jpg) repeat scroll 0%;
}

#imageMenu ul li.ghtgbunga a {
	background: url(images/mainpicture-ghtgbunga-aug10.jpg) repeat scroll 0%;
}

#imageMenu ul li.ghsa a {
	background: url(images/mainpicture-ghsa-aug10.jpg) repeat scroll 0%;
}

#imageMenu ul li.ghkj a {
	background: url(images/mainpicture-ghkj.jpg) repeat scroll 0%;
	width:350px;
}


.clear {
	clear: both;
}

/*************************************************************/


