@CHARSET "UTF-8";

/* менюшки */

.main-menu, .main-menu ul {
	margin: 0; padding: 0;
	list-style: none;
}

.main-menu {
	width: 72%;
	padding: 0 1% 0 3%;
	position: absolute;
	left: 23%; bottom: -70px;
	z-index: 30;
	background: url(/themes/default/images/main-menu-bgr.gif) no-repeat top right
}

.main-menu li {
	width: 16%;
	float: left;
	margin: 8px 2% 0 0;
	padding-left: 2%;
	background: url(/themes/default/images/main-menu-arrow.gif) no-repeat 0 7px
}

.main-menu li.last {
	margin-right: 0
}

.main-menu a {
	font-size: 1.1em;
	font-weight: bold;
	color: #552d22;
	white-space: nowrap;
}

.main-menu ul a {
	font-size: 0.9em;
	font-weight: normal;
	color: #00999a
}

.main-menu ul li {
	width: 100%;
	padding: 0;
	margin: 18px 0 11px;
	background: none
}

.main-menu div {
	width: 10px; height: 70px;
	position: absolute;
	top: 0; left: 0;
	background: url(/themes/default/images/main-menu-first.gif) no-repeat top left
}
