@charset "windows-1251";
/* CSS Document */

#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#menu {
	width: 656px;
	margin: 0 auto;
	background-color: #7a8865;
	background: -moz-linear-gradient(#c4cbba, #2b3023);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c4cbba), to(#2b3023));
	background: -webkit-linear-gradient(#c4cbba, #2b3023);
	background: -o-linear-gradient(#c4cbba, #2b3023);
	background: -ms-linear-gradient(#c4cbba, #2b3023);
	background: linear-gradient(#c4cbba, #2b3023);
	}
	#menu:before,
	#menu:after {
	content: "";
	display: table;
	}
#menu:after {
	clear: both;
	}
#menu {
	zoom: 1;
	}
	#menu li {
	float: left;
	position: relative;
	}
	#menu a {
	float: left;
	padding: 9px 20px;
	color: #ebebeb;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	}
#menu li:hover > a {
	color: #fff;
	}
*html #menu li a:hover { /* Только для IE6 */
	color: #fafafa;
	}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*Только для IE6*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 9999;
	background-color: #786f57;
	background: -moz-linear-gradient(#c4cbba, #2b3023);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c4cbba), to(#2b3023));
	background: -webkit-linear-gradient(#c4cbba, #2b3023);
	background: -o-linear-gradient(#c4cbba, #2b3023);
	background: -ms-linear-gradient(#c4cbba, #2b3023);
	background: linear-gradient(#c4cbba, #2b3023);
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	}
#menu ul ul {
	top: -1px;
	left: 210px;
	margin: 0 0 0 20px;
	_margin: 0; /*Только для IE6*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
	}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*Только для IE6*/
	-moz-box-shadow: 0 1px 0 #ccc, 0 1px 0 #999;
	-webkit-box-shadow: 0 1px 0 #ccc, 0 1px 0 #999;
	box-shadow: 0 1px 0 #ccc, 0 1px 0 #999;
	width: 210px;
	}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
#menu ul a {
	padding: 8px 5px;
	width: 200px;
	_height: 10px; /*Только для IE6*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	text-align: center;
	color: #fff;
	text-shadow:none;
	font-size: 13px;
	}
#menu ul a:hover {
	background-color: #a6a084;
	background-image: -moz-linear-gradient(#D4D9B6, #786f57);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d4d9b6), to(#786f57)); 
	background-image: -webkit-linear-gradient(#d4d9b6, #786f57);
	background-image: -o-linear-gradient(#d4d9b6, #786f57);
	background-image: -ms-linear-gradient(#d4d9b6, #786f57);
	background-image: linear-gradient(#d4d9b6, #786f57);
	font-size: 14px;
	/*text-transform: uppercase;*/
	}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #c4cbba;
	}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #d4d9b6;
	}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #d4d9b6;
	}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #c4cbba;
	border-bottom-color: transparent;
	}
