@charset "utf-8";
/* CSS Document */

.topmenu {
	display: block;
	height: 39px;
}

.topmenu span {
	display: none;
}

#topmenuHome {
	width: 79px;
	background: url("/images/topmenu_01.jpg") no-repeat 0 0;
}

#topmenuHome:hover {
	background-position: 0 -39px;
}

#topmenuAboutTheMovie {
	width: 201px;
	background: url("/images/topmenu_02.jpg") no-repeat 0 0;
}

#topmenuAboutTheMovie:hover {
	background-position: 0 -39px;
}

#topmenuMediaGallery {
	width: 177px;
	background: url("/images/topmenu_03.jpg") no-repeat 0 0;
}

#topmenuMediaGallery:hover {
	background-position: 0 -39px;
}

#topmenuBuyDVD {
	width: 127px;
	background: url("/images/topmenu_04.jpg") no-repeat 0 0;
}

#topmenuBuyDVD:hover {
	background-position: 0 -39px;
}

#topmenuNews {
	width: 78px;
	background: url("/images/topmenu_05.jpg") no-repeat 0 0;
}

#topmenuNews:hover {
	background-position: 0 -39px;
}

#topmenuFunStuff {
	width: 125px;
	background: url("/images/topmenu_06.jpg") no-repeat 0 0;
}

#topmenuFunStuff:hover {
	background-position: 0 -39px;
}

#topmenuJoinUs {
	width: 96px;
	background: url("/images/topmenu_07.jpg") no-repeat 0 0;
}

#topmenuJoinUs:hover {
	background-position: 0 -39px;
}

#topmenuContainer {
	height: 39px;
	width: 960px;
	overflow: hidden;
	background: url("/images/topmenu_08.jpg") repeat-x 0 0;
}