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

	Image Menu
	v 2.2

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


#imageMenu {
 	position: relative; 
	width: 500px;
	padding-left: 300px;	 
	height: 200px;
	overflow: hidden;
}

#VoteMenu {
	width: 298px;
	height: 200px;
}

#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:125px;
	height: 200px;
}
#imageMenu_sm {
	position: relative;
	width: 313px;
	padding-left: 636px;	
	height: 125px;
	overflow: hidden;
}


#imageMenu_sm ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 125px;
	width: 1000px;
	
	}

#imageMenu_sm ul li {
	float: left;
}

#imageMenu_sm ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 125px;
}

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

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

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

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

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

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

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

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


.clear {
	clear: both;
}

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

