#mmenu{
	float: left;
	width: 992px;
	position: relative;
	height: 37px;
	/*border: 1px solid red;*/
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 0em;
/*	background: url(../img/menu.gif) no-repeat 0 0;*/
}
#mmenu ul{
	list-style:none;
	height:30px;
	width: 992px;
 }
#mmenu li{
	position:absolute;
   top:0;
   height:30px;
 }
#mmenu li a{
	position:absolute;
   display:block;
   width:100%;
   height:30px;
   top:0;
   cursor:pointer;
}
#mmenu li a span{
	position:absolute;
   display:block;
   width:100%;
   height:30px;
   top:0;
}
#mhome{
	width:124px;
   left:0;
}
#mempresa{
	width: 106px;
   left:124px;
}
#mshowroom{
	width:108px;
   left:230px;
}
#mseminovos{
	width:110px;
   left:338px;
}
#mservicos{
	width:92px;
   left:448px;
}
#mpecas{
	width:160px;
   left:540px;
}
#mlocalizacao{
	width:114px;
   left:700px;
}
#matendimento{
	width:178px;
   left:814px;
}
#mhome a span{
	background:url(../img/menu.gif)  no-repeat 0 0;
}
#mempresa a span{
	background:url(../img/menu.gif)  no-repeat -124px 0;
}
#mshowroom a span{
	background:url(../img/menu.gif)   no-repeat -230px 0;
}
#mseminovos a span{
	background:url(../img/menu.gif)   no-repeat -338px 0;
}
#mservicos a span{
	background:url(../img/menu.gif)   no-repeat -448px 0;
}
#mpecas a span{
	background:url(../img/menu.gif)   no-repeat -540px 0;
}
#mlocalizacao a span{
	background:url(../img/menu.gif)   no-repeat -700px 0;
}
#matendimento a span{
	background:url(../img/menu.gif)   no-repeat -814px 0;
}
#mmenu ul li a:hover{
	z-index:1000;
}
#mhome a:hover span{
	background:url(../img/menu.gif)  no-repeat 0 -30px;
}
#mempresa a:hover span{
	background:url(../img/menu.gif)  no-repeat -124px -30px;
}
#mshowroom a:hover span{
	background:url(../img/menu.gif)  no-repeat -230px -30px;
}
#mseminovos a:hover span{
	background:url(../img/menu.gif)  no-repeat -338px -30px;
}
#mservicos a:hover span{
	background:url(../img/menu.gif)  no-repeat -448px -30px;
}
#mpecas a:hover span{
	background:url(../img/menu.gif)  no-repeat -540px -30px;
}
#mlocalizacao a:hover span{
	background:url(../img/menu.gif)  no-repeat -700px -30px;
}
#matendimento a:hover span{
	background:url(../img/menu.gif)  no-repeat -814px -30px;
}
