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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 1024px;
	height: 82px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000 none repeat scroll 80%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:135px;
	height: 82px;
}



#imageMenu ul li.Home a {
	background: url(images/menu_about.gif) repeat scroll 0%;

}

#imageMenu ul li.Home a:hover {
	background: url(images/menu_about_r.gif) repeat scroll 0%;
}

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

#imageMenu ul li.About a:hover {
	background: url(images/menu_services_r.gif) repeat scroll 0%;
}

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

#imageMenu ul li.team a:hover {
	background: url(images/menu_portfolio_r.gif) repeat scroll 0%;
}

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

#imageMenu ul li.entertainment a:hover {
	background: url(images/menu_team_r.gif) repeat scroll 0%;
}

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

#imageMenu ul li.events a:hover {
	background: url(images/menu_contact_r.gif) repeat scroll 0%;
}

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

#imageMenu ul li.accomplishments a:hover {
	background: url(images/eventions_menu_accomp2.gif) repeat scroll 0%;
}


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

#imageMenu ul li.Upcoming a:hover {
	background: url(images/eventions_menu_upevents2.gif) repeat scroll 0%;
}


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


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

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

#imageMenu ul li.location a:hover {
	background: url(images/eventions_menu_location2.gif) repeat scroll 0%;
}*/

.clear {
	clear: both;
}

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

