#menu{
width: 100%;
	height:60px;
	
background: #ffe1c2;
border-top: 4px double rgba(176, 163, 155, 0.45);
border-bottom: 4px double rgba(176, 163, 155, 0.45);

  


 }
}
#menu ul{

	list-style:none;
	margin:0 auto;
	padding: 100%;
	width:100%;

}
#menu li{
	list-style:none;
	display:inline-block;
	height:60px;
	line-height:60px;
}


#menu li a{
	display:block;
	float:left;
	color:#363636;
	 font-weight: bold;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:50px;
	text-decoration:none;
	padding:5px 25px 5px 25px;	
border-right: 1px solid rgba(176, 163, 155, 0.45);
border-left: 1px solid rgba(176, 163, 155, 0.45);

 
	}
	
	
#menu li a:hover{
height: 50px;
	background: rgba(255, 242, 230, 0.75);

  margin: center; 

}

#menu li a.current{
height: 50px;
	background: rgba(255, 242, 230, 0.75);


  margin: center; 
}


#menu li p{
	display:inline-block;
	float:left;
	position:left;
	text-align: center;
	color:#828282;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
	padding:18px 15px 0px 0px;
	}

	

   a.poisk{
    color: #828282; /* Цвет обычной ссылки */ 
    text-decoration: none; /* Убираем подчеркивание у ссылок */
   }
 
   a.poisk:hover {
    color: #363636; /* Цвет ссылки при наведении на нее курсора мыши */  
    text-decoration: underline; /* Добавляем подчеркивание */
   }

	
	
	

