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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
left
	width: 10px;
	height: 184px;
	overflow: hidden;
	left: 7px;
	top: 90px;
	width: 429px;



}



#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:#000000 none repeat scroll 0%;
	border-right: 3px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 126px;
}

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

#imageMenu ul li.products a {
	background:  url(images/products1.jpg) repeat scroll 0%;
}

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

#imageMenu ul li.contact a {
	background:  url(images/contact.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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