/* Размер фонового изображения 1 */
	ul.menu, ul.menu ul {
  	list-style: none;/* Маркеры списка:нет */
  	margin: 0;/* Нет отступов вокруг */
  	padding: 0;/* Убираем поля вокруг текста */
  	width: 190px!important;/* Ширина меню */
	line-height:28px!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	
	}
/* Полоса с точками */
	ul.menu a {
 	background: -webkit-linear-gradient(top, #ffffff, #def0ff); /* Safari, Chrome */
	background: -moz-linear-gradient(top, #ffffff, #def0ff);  /* Firefox */
	background: -o-linear-gradient(top, #ffffff, #def0ff);  /* Opera */
	background: -ms-linear-gradient(top, #ffffff, #def0ff);  /* IE10 */
	-pie-background: linear-gradient(#ffffff, #def0ff);  /* IE6+ */
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	behavior: url(http://mebelsnab.moy.su/scripts/PIE/PIE.htc);	 	
	display: block;
	text-align: center;
	width: 190px!important;
	height: 28px!important;
	line-height:28px!important;
	background: -webkit-transition: all .8s;  
        background: -moz-transition: all .8s;  
        transition: all .8s;
}	

/* Расстояние между кнопками */
	ul.menu li {
  	margin-top: 2px;
	}
/* Меню при загрузке */
	ul.menu li a {
	width: 190px!important;
	height: 28px!important;
	line-height:28px!important;
	border: 1px solid #b1d5f5!important;
	background-color: #def0ff;	
	background: -webkit-linear-gradient(top, #ffffff, #def0ff); /* Safari, Chrome */
	background: -moz-linear-gradient(top, #ffffff, #def0ff);  /* Firefox */
	background: -o-linear-gradient(top, #ffffff, #def0ff);  /* Opera */
	background: -ms-linear-gradient(top, #ffffff, #def0ff);  /* IE10 */
	-pie-background: linear-gradient(#ffffff, #def0ff);  /* IE6+ */
	behavior: url(http://mebelsnab.moy.su/scripts/PIE/PIE.htc);
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	border-bottom: 1px dotted #00549a;
	display: block;
	position: relative; /* Относительное позиционирование */
	text-shadow: #c4c4c4 0 1px 0!important;
	text-align: center!important;
	color: #00549a!important;
	font-family: arial, helvetica, serif!important;
	font-size: 12px!important;
	text-decoration: none!important;
	vertical-align: middle!important;		
}

/*  Наведение мыши основное меню */
	ul.menu li a:hover{
	width: 190px!important;
	background: -webkit-linear-gradient(top, #ffffff, #ffe485); /* Safari, Chrome */
	background: -moz-linear-gradient(top, #ffffff, #ffe485);  /* Firefox */
	background: -o-linear-gradient(top, #ffffff, #ffe485);  /* Opera */
	background: -ms-linear-gradient(top, #ffffff, #ffe485);  /* IE10 */
	-pie-background: linear-gradient(#ffffff, #ffe485);  /* IE6+ */
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	behavior: url(http://mebelsnab.moy.su/scripts/PIE/PIE.htc);
	font-size: 12px!important;
	color: #ff5500!important;
	text-shadow: #c4c4c4 0 1px 0!important;
	text-align: center!important;
	font-family: arial, helvetica, serif!important;
	text-decoration: none!important;
  	*zoom: 1;
        -webkit-transition: all .8s;  
        -moz-transition: all .8s;  
        transition: all .8s;
	border: 1px solid #ffdc62!important;
}


/*  Выпадающее меню раскрыто*/
	ul.menu li ul li a {
	background: -webkit-linear-gradient(top, #ffffff, #ffe485); /* Safari, Chrome */
	background: -moz-linear-gradient(top, #ffffff, #ffe485);  /* Firefox */
	background: -o-linear-gradient(top, #ffffff, #ffe485);  /* Opera */
	background: -ms-linear-gradient(top, #ffffff, #ffe485);  /* IE10 */
	-pie-background: linear-gradient(#ffffff, #ffe485);  /* IE6+ */
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	behavior: url(http://mebelsnab.moy.su/scripts/PIE/PIE.htc);
	font-size: 12px!important;
	color: #00549a!important;
	text-shadow: #c4c4c4 0 1px 0!important;
	text-align: center!important;
	font-family: arial, helvetica, serif!important;
	text-decoration: none!important;
  	*zoom: 1;
        -webkit-transition: all .8s;  
        -moz-transition: all .8s;  
        transition: all .8s;
}
/* Выпадающее меню */
	ul.menu li ul li a:hover {
	width: 190px!important;
	background: -webkit-linear-gradient(top, #ffffff, #ffe485); /* Safari, Chrome */
	background: -moz-linear-gradient(top, #ffffff, #ffe485);  /* Firefox */
	background: -o-linear-gradient(top, #ffffff, #ffe485);  /* Opera */
	background: -ms-linear-gradient(top, #ffffff, #ffe485);  /* IE10 */
	-pie-background: linear-gradient(#ffffff, #ffe485);  /* IE6+ */
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	behavior: url(http://mebelsnab.moy.su/scripts/PIE/PIE.htc);
	font-size: 12px!important;
	color: #ff5500!important;
	text-shadow: #c4c4c4 0 1px 0!important;
	text-align: center!important;
	font-family: arial, helvetica, serif!important;
	text-decoration: none!important;
  	*zoom: 1;
        -webkit-transition: all .8s;  
        -moz-transition: all .8s;  
        transition: all .8s;
	}