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

Image Menu
v 2.2

**************************************************************/
.imageMenu
{
	position: relative;
	width: 665px;
	height: 260px;
	overflow: hidden;
	margin-left: 0px;
	left: -10px;
	top: 5px;
}
.imageMenu UL
{
	list-style: none;
	margin: 0px;
	display: block;
	height: 260px;
	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: 153px;
	height: 260px;
}
.imageMenu UL LI.slide-guest A
{
	background: url(images/slide-guest.jpg) repeat scroll 0%;
}
.imageMenu UL LI.slide-childrens A
{
	background: url(images/slide-childrens.jpg) repeat scroll 0%;
}
.imageMenu UL LI.slide-college A
{
	background: url(images/slide-college.jpg) repeat scroll 0%;
}
.imageMenu UL LI.slide-music A
{
	background: url(images/slide-music.jpg) repeat scroll 0%;
}
.clear
{
	clear: both;
}

