/*



*, html {

	margin: 0;

	padding: 0;

}



*/



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



	Image Menu

	v 2.3



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





.imageMenu {

	position: relative;

	width:926px;

	height: 306px;

	overflow: hidden;

}







.imageMenu ul {

	list-style: none;

	margin: 0px;

	display: block;

	height: 306px;

	width: 1000px;

	padding: 0;

	}



.imageMenu ul li {

	float: left;

	margin: 0;

	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:112px;

	height: 306px;

}



.imageMenu ul li.historical a {

	background: red url(../img/historical.jpg) repeat scroll 0%;

}



.imageMenu ul li.superheroes a {

	background: green url(../img/superheroes.jpg) repeat scroll 0%;

}



.imageMenu ul li.childs a {

	background: blue url(../img/childs.jpg) repeat scroll 0%;

}



.imageMenu ul li.newyear a {

	background: orange url(../img/newyear.jpg) repeat scroll 0%;

}



.imageMenu ul li.school a {

	background: orange url(../img/school.jpg) repeat scroll 0%;

}

.imageMenu ul li.hellowin a {

	background: orange url(../img/hellowin.jpg) repeat scroll 0%;

}

.imageMenu ul li.national a {

	background: purple url(../img/national.jpg) repeat scroll 0%;



}



.imageMenu ul li.kinoheroes a {

	background: purple url(../img/cinemaheroes.jpg) repeat scroll 0%;

	width: 650px;

}



.clear {

	clear: both;

}



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




