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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 600px;
	height: 120px;
	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: 120px;
}

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

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

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

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

#imageMenu ul li.videos a {
	background: url(images/menu-videos.gif) repeat scroll 0%;
}
#imageMenu ul li.facebook a {
	background: url(images/menu-facebook.gif) repeat scroll 0%;
}

#imageMenu ul li.casting-en a {
	background: url(images/menu-casting-en.gif) repeat scroll 0%;
}

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

#imageMenu ul li.blog-en a {
	background: url(images/menu-blog-en.gif) repeat scroll 0%;
}

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

#imageMenu ul li.videos-en a {
	background: url(images/menu-videos-en.gif) repeat scroll 0%;
}
#imageMenu ul li.facebook-en a {
	background: url(images/menu-facebook-en.gif) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

