@charset "utf-8";
.menu  {
	position: relative;
	line-height: 43px;
	width: 1005px;
	background: url("../img/menu.jpg") no-repeat top;
	margin: 10px 0;
	overflow: hidden;
}
.menu li {
	float: left;
	list-style: none;
}
.menu li.back {
	background: url("../img/lava.gif") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
.menu li.back .left {
	background: url("../img/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
}
.menu li a {
	font: bold 14px verdana;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}
.menu li a:hover, .menu li a:active, .menu li a:visited {
	border: none;
}
#imp {
	color:red;
}

