#menu-container {
	position: absolute;
	left: -30px;
	top: 130px;
	background: url(../images/bg_menu.gif) no-repeat left bottom;
	width: 1075px;
	height: 121px;
}

#main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	left: 75px;
	top: -10px;
	position: absolute;
	z-index: 10;
	width: 1000px;
}
#main-menu li {
	float: left;
	height: 75px;
}
#main-menu li * {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 100%;
	text-indent: -9999px;
}
#item-main * {
	background-image: url(../images/menu_main.png);
	width: 131px;
}
#item-about * {
	background-image: url(../images/menu_about.png);
	margin-left: 24px;
	width: 142px;
}
#item-shop * {
	background-image: url(../images/menu_shop.png);
	margin-left: 31px;
	width: 134px;
}
#item-mast * {
	background-image: url(../images/menu_mast.png);
	margin-left: 13px;
	width: 154px;
}
#item-articles * {
	background-image: url(../images/menu_articles.png);
	margin-left: 14px;
	width: 116px;
}
#main-menu a:hover {
	background-position: 0 -75px;
}

#item-forum {
	position: absolute;
	right: 30px;
	top: 20px;
}
#item-forum * {
	background-image: url(../images/menu_forum.png);
	width: 78px;
	height: 51px!important;
}
#item-forum a:hover {
	background-position: left -51px!important;
}
#holm1 {
	background: url(../images/holm1.gif) no-repeat;
	width: 358px;
	height: 100px;
	z-index: 5;
	position: absolute;
	left: 36px;
	top: 3px;
}
#holm2 {
	background: url(../images/holm2.gif) no-repeat;
	width: 342px;
	height: 98px;
	z-index: 4;
	position: absolute;
	left: 89px;
	top: 5px;
}
#holm3 {
	background: url(../images/holm3.gif) no-repeat;
	width: 275px;
	height: 104px;
	z-index: 3;
	position: absolute;
	left: 274px;
	top: -1px;
}
#holm4 {
	background: url(../images/holm4.gif) no-repeat;
	width: 227px;
	height: 90px;
	z-index: 2;
	position: absolute;
	left: 475px;
	top: 3px;
}
#holm5 {
	background: url(../images/holm5.gif) no-repeat;
	width: 258px;
	height: 87px;
	z-index: 1;
	position: absolute;
	left: 560px;
	top: 6px;
}
#menu-container .current {
	z-index: 8;
}
