.lampMenu {
    position: relative;
    height: 31px; width: 849px;
    overflow: hidden;
	/*background: url("../image/bg.gif") no-repeat top;*/
    padding: 0px; margin: 0;
}
/* Force the list to flow horizontally */
.lampMenu li {
	float: left;
	list-style: none;
}

/* Represents the background of the highlighted menu-item. */
.lampMenu li.back {
	background: url("/images/general/menububble.gif") no-repeat right -30px;
	background-repeat: no-repeat;
	width: 9px; height: 31px;
	z-index: 8;
	position: absolute;
}

.lampMenu li.back .left {
	background: url("/images/general/menububble.gif") no-repeat top left;
	background-repeat: no-repeat;
	height: 31px;
	margin-right: 9px;
}

/* Styles for each menu-item. */
.lampMenu li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Helvetica, Sans; 
	font-size: 18px;
	color: #fff; outline: none;
	text-align: center;
	height: 31px; top: 4px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 20px;
}

.lampMenu li a h1 {
font-size:18px!important;
font-family: Tahoma, Verdana, Helvetica, Sans!important; 
font-weight:normal;
}