#mmenu{
	/*float: right;*/
	width: 982px;
	position:relative;
	height:30px;
	/*border: 1px solid red;*/
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 0em;
	z-index:10;
/*	background: url(../img/menu.gif) no-repeat 0 0;*/
}
#mmenu ul{
	list-style:none;
	height:30px;
	width: 982px;
 }
#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:53px;
   left:0;
}
#mprojeto{
	width:87px;
   left:53px;
}
#mobjetivo{
	width:140px;
   left:140px;
}
#marea{
	width:129px;
   left:280px;
}
#mambiente{
	width:149px;
   left:409px;
}
#mequipe{
	width:73px;
   left:558px;
}
#mfotos{
	width:119px;
   left:631px;
}
#mdownload{
	width:86px;
   left:750px;
}
#mnoticia{
	width:79px;
   left:836px;
}
#mcontato{
	width:67px;
   left:915px;
}
#mhome a span{
	background:url(../img/menu.gif)  no-repeat 0 0;
}
#mprojeto a span{
	background:url(../img/menu.gif)  no-repeat -53px 0;
}
#mobjetivo a span{
	background:url(../img/menu.gif)   no-repeat -140px 0;
}
#marea a span{
	background:url(../img/menu.gif)   no-repeat -280px 0;
}
#mambiente a span{
	background:url(../img/menu.gif)   no-repeat -409px 0;
}
#mequipe a span{
	background:url(../img/menu.gif)   no-repeat -558px 0;
}
#mfotos a span{
	background:url(../img/menu.gif)   no-repeat -631px 0;
}
#mdownload a span{
	background:url(../img/menu.gif)   no-repeat -750px 0;
}
#mnoticia a span{
	background:url(../img/menu.gif)   no-repeat -836px 0;
}
#mcontato a span{
	background:url(../img/menu.gif)   no-repeat -915px 0;
}
#mmenu ul li a:hover{
	z-index:1000;
}
#mhome a:hover span{
	background:url(../img/menu.gif)  no-repeat 0 -30px;
}
#mprojeto a:hover span{
	background:url(../img/menu.gif)  no-repeat -53px -30px;
}
#mobjetivo a:hover span{
	background:url(../img/menu.gif)  no-repeat -140px -30px;
}
#marea a:hover span{
	background:url(../img/menu.gif)  no-repeat -280px -30px;
}
#mambiente a:hover span{
	background:url(../img/menu.gif)  no-repeat -409px -30px;
}
#mequipe a:hover span{
	background:url(../img/menu.gif)  no-repeat -558px -30px;
}
#mfotos a:hover span{
	background:url(../img/menu.gif)  no-repeat -631px -30px;
}
#mdownload a:hover span{
	background:url(../img/menu.gif)  no-repeat -750px -30px;
}
#mnoticia a:hover span{
	background:url(../img/menu.gif)  no-repeat -836px -30px;
}
#mcontato a:hover span{
	background:url(../img/menu.gif)  no-repeat -915px -30px;
}

/* submneu */
#subMenu {
	display: none;
	top: 30px;
	right:80px;
	_right:79px;
	position:absolute;
	z-index:10;
}
