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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 600px;
	height: 260px;
	overflow: hidden;
	margin:auto;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none scroll 0%;
	border-right: 3px solid #2071ff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 127px;
	height: 260px;
}

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

#imageMenu ul li.profile a {
	background: url(js/images/profile1.jpg) repeat scroll 0%;
}
#imageMenu ul li.profile a:hover {
	background: url(js/images/profile2.jpg) repeat scroll 0%;
}

#imageMenu ul li.gallery a {
	background: url(js/images/gallery1.jpg) repeat scroll 0%;
}
#imageMenu ul li.gallery a:hover {
	background: url(js/images/gallery2.jpg) repeat scroll 0%;
}

#imageMenu ul li.links a {
	background: url(js/images/links1.jpg) repeat scroll 0%;
}
#imageMenu ul li.links a:hover { 	
	background: url(js/images/links2.jpg) repeat scroll 0%;
}



.clear {
	clear: both;
}

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