#imageMenu {
height:150px;
overflow:hidden;
position:relative;
width:650px;
}

#imageMenu ul {
display:block;
height:150px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
width:1000px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #FFFFFF;
	cursor:pointer;
	display:block;
	overflow:hidden;
	height: 150px;
	width: 28px;
}
#imageMenu ul li.jw0 a {
	background: url(../../../images/welcome.jpg) repeat scroll 0%;
}

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

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

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

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

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

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


