#mainnav
{
	position: absolute;
	width:920px;
	height:51px;
	padding:0px 0px 0px 29px; 
	margin:0;
	font:normal bold 12px/normal Arial;
	text-transform:uppercase;
	color:#fff;
	background:url(../images/bg_mainnav.png) top center no-repeat;
	overflow: hidden;
}

#mainnav ul
{
	padding: 0;
	margin: 0;
}

#mainnav ul li
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainnav ul li a
{
	float:left;
	z-index:10 ;
	display:block;
	position:relative;
	height:36px;
	padding:15px 0px 0px 0px;
	margin:0;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
#menu_autobuses a {
	width:96px;
}
#trailers a {
	width:88px;
}
#coches a {
	width:75px;
}
#taxis a {
	width:59px;
}
#otros a {
	width:134px;
}
#evento a {
	width:145px;
}
#noticias a {
	width:82px;
}
#clientes a {
	width:82px;
}
#nosotros a {
	width:94px;
}
/* Css del div que se mueve */
#mainnav li.background
{
	background: url('../images/bg_li_evento.png') no-repeat top center !important;
	/*z-index:8;*/
	position:absolute;
	visibility: hidden;
	margin:2px 0px 0px 0px;
}

#mainnav .background .left
{
	background: url('../images/bg_li_evento.png') no-repeat top center !important;
	height: 51px;
	margin:2px 0px 0px 0px;
}