

ul {
	margin: 0px 0px 0 0px;
	padding: 0px 0px 0 0;
	list-style: none;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: -230px;
	background-image: url(images/submenu.jpg);
	background-position: left;
	background-repeat: repeat-y;
	margin-left: 0px;
	top: 0;
	display: none;
	width:100%;
	border: 0px solid black;
	filter:alpha(opacity=95); /* IE 5.5+*/
	-moz-opacity: 0.95; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.95; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.95; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

ul li a {
	display: block;
	text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; }
	* html ul li a { height: 1%; }
/* End */

	li:hover ul { display: block; }
	li:hover ul, li.over ul { display: block; }
	  
/* Menu */

.menu_text {
	font-style: Arial;
	font-size: 14px;
	text-decoration: underline;
	text-indent: 20px;
	color: #b58b7e;
	line-height: 1.8;
	background-image: url(images/note.png);
	background-position: left;
	background-repeat: no-repeat;
}

.menu_text:hover {
	text-decoration: none;
	margin-left: 1px;
}
