/*****
Image Menu
v 2.2

customized for Al Bustan Seeds of Culture by Milkweed Media Design
	*****/

#imageMenu {
	height: 200px;
	overflow: hidden;
	padding:0;
	border-style: none;
	margin: 0;
	width: 964px;

}

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

#imageMenu ul li {
	float: left;
	border: none;
	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:133px;
	height: 200px;
		margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li.imagemenu_overview a {
	background: url(images/overview.jpg) no-repeat scroll left top;
}
#imageMenu ul li.imagemenu_overview a:hover {
	background: url(images/overview.jpg) no-repeat scroll left top;
}
#imageMenu ul li.imagemenu_information a {
	background: url(images/registration.jpg) no-repeat scroll left top;
}
#imageMenu ul li.imagemenu_information a:hover {
	background: url(images/registration.jpg) no-repeat scroll left 0px;
}
#imageMenu ul li.imagemenu_kids a {
	background: url(images/kids.jpg) no-repeat scroll left top;
}
#imageMenu ul li.imagemenu_kids a:hover {
	background: url(images/kids.jpg) no-repeat scroll left 0px;
}
#imageMenu ul li.imagemenu_teens a {
	background: url(images/teens.jpg) no-repeat scroll left top;
}
#imageMenu ul li.imagemenu_teens a:hover {
	background: url(images/teens.jpg) no-repeat scroll left 0px;
}
#imageMenu ul li.imagemenu_details a {
	background: url(images/details.jpg) no-repeat scroll left top;
}
#imageMenu ul li.imagemenu_details a:hover {
	background: url(images/details.jpg) no-repeat scroll left 0px;
}
#imageMenu ul li.imagemenu_teachers a {
	background: url(images/teachers.jpg) no-repeat scroll left top;
}
#imageMenu ul li.imagemenu_teachers a:hover {
	background: url(images/teachers.jpg) no-repeat scroll left 0px;
}
#imageMenu ul li.imagemenu_photos a {
	background: url(images/photos.jpg) no-repeat scroll left top;
	border-right-style: none;
}
#imageMenu ul li.imagemenu_photos a:hover {
	background: url(images/photos.jpg) no-repeat scroll left 0px;
	border-right-style: none;
}

.clear {
	clear: both;
}



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

	Image Menu
	v 2.2

**************************************************************


#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}



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

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

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

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

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

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

.clear {
	clear: both;
}

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


