/*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/


.imageMenu {
	position: relative;
	width: 545px;
	height: 220px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 220px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.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:75px;
	height: 220px;
}

.imageMenu ul li.landscape a {
	background: red url(http://heressouthbeach.com/wp-content/themes/theme1035/imageMenu/img/Conference.gif) repeat scroll 0%;
}

.imageMenu ul li.event a {
	background: green url(http://heressouthbeach.com/wp-content/themes/theme1035/imageMenu/img/event.gif) repeat scroll 0%;
}

.imageMenu ul li.party a {
	background: blue url(http://heressouthbeach.com/wp-content/themes/theme1035/imageMenu/img/party.gif) repeat scroll 0%;
}

.imageMenu ul li.meeting a {
	background: orange url(http://heressouthbeach.com/wp-content/themes/theme1035/imageMenu/img/meeting.gif) repeat scroll 0%;
}
.imageMenu ul li.group a {
	background: orange url(http://heressouthbeach.com/wp-content/themes/theme1035/imageMenu/img/group.gif) repeat scroll 0%;
}
.imageMenu ul li.convention a {
	background: orange url(http://heressouthbeach.com/wp-content/themes/theme1035/imageMenu/img/convention.gif) repeat scroll 0%;
}

.imageMenu ul li.wedding a {
	background: purple url(http://heressouthbeach.com/wp-content/themes/theme1035/imageMenu/img/wedding.gif) repeat scroll 0%;
	}

.clear {
	clear: both;
}

/*************************************************************/