
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	float:left;
	position: relative;
	width: 800px;
	height: 100px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	width:800px;
	padding:0;
	float:left;
	}

#imageMenu ul li {
	float: left;
	margin: 0;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 3px solid White;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:76px;
	height: 100px;
}

#imageMenu ul li.home a {
	background: url(Menu/Home.jpg) repeat scroll 0%;
}

#imageMenu ul li.marketing a {
	background: url(Menu/Marketing2.jpg) repeat scroll 0%;
}

#imageMenu ul li.events a {
	background: url(Menu/Events3.jpg) repeat scroll 0%;
}

#imageMenu ul li.branding a {
	background: url(Menu/Branding.jpg) repeat scroll 0%;
}

#imageMenu ul li.lifestyle a {
	background: url(Menu/Lifestyle.jpg) repeat scroll 0%;
}

#imageMenu ul li.photos a {
	background: url(Menu/Photos3.jpg) repeat scroll 0%;
}

#imageMenu ul li.specials a {
	background: url(Menu/Specials.jpg) repeat scroll 0%;
}

#imageMenu ul li.team a {
	background: url(Menu/Team2.jpg) repeat scroll 0%;
}

#imageMenu ul li.contact a {
	background: url(Menu/Contact.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

