/********************MENU*********************/
* html div#menu_horiz {
	height: 1%;
}
div#menu_horiz {
	background: #2f1d19 url(images/travel/menu.jpg) no-repeat 0 0;
	width: 900px;
	height: 70px;
	margin: 0;
}
div#menu_horiz ul {
	list-style-type: none;
	margin: 0;
	float:left;
	height:50px;
}
/* menu list items */
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0;
}
/* the links, that is each list item */
div#menu_horiz a {
	padding: 0px 12px;
	margin: 0;
	text-decoration: none;
	color: #a18a6b;
	display: block;
	font-weight:bold;
	line-height:50px;
	font-size:12px;
}
div#menu_horiz a:hover, div#menu_horiz a.currentpage {
	color: #f2ecde;
}

div#menu_horiz ul ul{
	list-style-type: none;
	margin: 0;
	float:left;
	position: absolute;

	
}
/* menu list items */
div#menu_horiz ul li {
	float: left;
	list-style: none;
	margin: 0;
}

/* the links, that is each list item */
div#menu_horiz ul ul a {
	padding: 0px 12px;
	margin: 0;
	text-decoration: none;
	color: #f2ecde;
	display: block;
	font-weight:bold;
	line-height:40px;
	font-size:11px;
}
div#menu_horiz ul ul a:hover, div#menu_horiz ul ul a.currentpage {
	color: #fccf34;
}

.naglowekha1{font-weight: bold !important; line-height: 26px !important; margin: 10px 0 !important; padding: 2px 0 1px !important; font-size: 16px !important; border-bottom: 1px dashed #E27D00 !important; color: #E27D00 !important; background: none !important;}
