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

#menu {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	padding: 80px 0 50px;
}
#menu ul {
	list-style:none;
	position:relative;
	left:50%;
}
#menu li {
	float:left;
	position:relative;
}
#menu a {
	text-decoration:none;
	margin:0 30px;
	float:left;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	text-indent:-9999px;
	height:62px;
	outline:none;
}
#menu #home {
	width:146px;
	background:url(images/dpp.png) 0 50% no-repeat;
}
#menu #about {
	width:101px;
	background:url(images/ofilmu.png) 0 50% no-repeat;
}
#menu #actors {
	width:101px;
	background:url(images/herci.png) 0 50% no-repeat;
}
#menu #creators {
	width:101px;
	background:url(images/tvurci.png) 0 50% no-repeat;
}
#menu #gallery {
	width:117px;
	background:url(images/fotogalerie.png) 0 20% no-repeat;
}
#menu #movies {
	width:101px;
	background:url(images/ukazky.png) 0 30% no-repeat;
}
