#menu {	z-index: 2;	position: absolute;	width: 568px;	height: 38px;	margin: 0;	margin-bottom: 20px;	padding: 0;	top: 114px;	left: 85px;}#menu ul {	margin: 0;	padding: 0;	list-style: none;	height: 38px;	width: 100%;}	#menu ul li {	float: left;	margin: 0;	padding: 0;	height: 38px;	display: inline;}#menu ul li a {	float: left;	margin: 0;	padding: 0;	height: 38px;	text-decoration: none;	text-indent: -10000px;	overflow: hidden;}	#menu #news {	background: url(../images/mainmenu/news.gif) no-repeat 0 0;	width: 83px;	background-position: 0 0;}	#menu #catalog {	background: url(../images/mainmenu/catalog.gif) no-repeat 0 0;	width: 125px;	background-position: 0 0;	}	#menu #productions {	background: url(../images/mainmenu/productions.gif) no-repeat 0 0;	width: 182px;	background-position: 0 0;}	#menu #press {	background: url(../images/mainmenu/press.gif) no-repeat 0 0;	width: 95px;	background-position: 0 0;}	#menu #crew {	background: url(../images/mainmenu/crew.gif) no-repeat 0 0;	width: 83px;	background-position: 0 0;}#menu #news:hover,#menu #catalog:hover,#menu #productions:hover,#menu #press:hover,#menu #crew:hover {	background-position: 0 -39px;	cursor: pointer;}