/* menu */
#menu {
	font: 16px 'Trebuchet MS';
	position: relative;
	padding: 10px;
	margin: 10px 0;
	overflow: hidden;
}
* html #menu {
	margin: 0;
}
#menu li {
	list-style: none;
}
#menu li.backLava {
	background: url('/images/gr/menu-bg.png') left center no-repeat; /*#512800*/
	width: 9px;
	position: absolute;
}
* html #menu li.backLava {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/gr/menu-bg.png",sizingMethod="crop");
}
#menu li a {
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding: 5px 5px;
	z-index: 10;
	display: block;
	position: relative;
	margin: auto 5px;
	font-weight: bold;
}
* html #menu li a {
	margin-left: 15px;	
}