
/**************************************************************
end
	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 1000px;
	height: 100px;
	overflow:hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	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:163px;
	height:100px;
}

#imageMenu ul li.home a {
	background: url(images/clr/home.jpg) repeat scroll 0%;
	background: url(images/gs/home.jpg) repeat scroll 0%;
	width:163px;
	 
}

#imageMenu ul li.aboutus a {
	background: url(images/clr/aboutus.jpg) repeat scroll 0%;
	background: url(images/gs/aboutus.jpg) repeat scroll 0%;
	width:163px;
	 
}

#imageMenu ul li.events a {
	background: url(images/clr/events.jpg) repeat scroll 0%;
	background: url(images/gs/events.jpg) repeat scroll 0%;
	width:163px;
}

#imageMenu ul li.theteam a {
	background: url(images/clr/theteam.jpg) repeat scroll 0%;
	background: url(images/gs/theteam.jpg) repeat scroll 0%;
	width:163px;
	 
}

#imageMenu ul li.gallery a {
	background: url(images/clr/gallery.jpg) repeat scroll 0%;
	background: url(images/gs/gallery.jpg) repeat scroll 0%;
	width: 163px;
	
}
#imageMenu ul li.contact a {
	background: url(images/clr/blog.jpg) repeat scroll 0%;
	background: url(images/gs/blog.jpg) repeat scroll 0%;
	width: 163px;
}

#imageMenu ul li.home a:hover {
	background: url(images/clr/home.jpg) repeat scroll 0%;
	width:163px;
	 
}

#imageMenu ul li.aboutus a:hover {
	background: url(images/clr/aboutus.jpg) repeat scroll 0%;
	width:163px;
	 
}

#imageMenu ul li.events a:hover {
	background: url(images/clr/events.jpg) repeat scroll 0%;
	 width:163px;
}

#imageMenu ul li.theteam a:hover {
	background: url(images/clr/theteam.jpg) repeat scroll 0%;
	width:163px;
	 
}

#imageMenu ul li.gallery a:hover {
	background: url(images/clr/gallery.jpg) repeat scroll 0%;
	width: 163px;
	
}
#imageMenu ul li.contact a:hover {
	background: url(images/clr/blog.jpg) repeat scroll 0%;
	width: 163px;
}


/*.clear {
	clear: both;
}

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

