/*************************** 
  MENU
 ***************************/
#menu{
	width: 577px;
	height: 21px;
	float:right;
	position: relative;
	top:103px;
}	
#menu ul{
	list-style:none;
	text-indent:-4000px;
}
#menu li{
     position:absolute;
     top:0;
     height:26px;
}
#menu li a{
     display:block;
	 text-decoration:none;
     width:100%;
     height:100%;
     top:0;
}
#home{
	width:43px; 
	left:0; 
	background-image: url(imgs/menu/btn_home.gif);
	background-repeat:no-repeat;
}
#home a:hover{
	background:url(imgs/menu/btn_homeover.gif) no-repeat;
}
#afeira{ 
	width:51px; 
	left:53px;
	background-image:url(imgs/menu/btn_afeira.gif);
	background-repeat:no-repeat;
}
#afeira a:hover{
	background:url(imgs/menu/btn_afeiraover.gif) no-repeat;
}
#pedrasdobrasil{ 
	width:97px; 
	left:113px;
	background-image:url(imgs/menu/btn_pedrasdobrasil.gif);
	background-repeat:no-repeat;
}
#pedrasdobrasil a:hover{
	background:url(imgs/menu/btn_pedrasdobrasilover.gif) no-repeat;
}
#expositores{
	width:76px; 
	left:219px;
	background-image:url(imgs/menu/btn_expositores.gif);
	background-repeat:no-repeat
}
#expositores a:hover{
	background:url(imgs/menu/btn_expositoresover.gif) no-repeat;
}
#visitantes{
	width:68px; 
	left:304px;
	background-image:url(imgs/menu/btn_visitantes.gif);
	background-repeat:no-repeat;
}
#visitantes a:hover{
	background:url(imgs/menu/btn_visitantesover.gif) no-repeat ;
}
#localizacao{
	width:75px; 
	left:380px;
	background-image:url(imgs/menu/btn_localizacao.gif);
	background-repeat:no-repeat;
}
#localizacao a:hover{
	background:url(imgs/menu/btn_localizacaoover.gif) no-repeat ;
}
#noticias{
	width:58px; 
	left:463px;
	background-image:url(imgs/menu/btn_noticia.gif);
	background-repeat:no-repeat;
}
#noticias a:hover{
	background:url(imgs/menu/btn_noticiaover.gif) no-repeat ;
}
#servicos{
	width:56px; 
	left:527px;
	background-image:url(imgs/menu/btn_servicos.gif);
	background-repeat:no-repeat;
}
#servicos a:hover{
	background:url(imgs/menu/btn_servicosover.gif) no-repeat ;
}
#imprensa{
	width:62px; 
	left:434px;
	background-image:url(imgs/btn_imprensa.gif);
	background-repeat:no-repeat;
}
#imprensa a:hover{
	background:url(imgs/btn_imprensaover.gif) no-repeat ;
}
#menu img{
	margin-top:-2px;
}
/*************************** 
  SUBMENU
 ***************************/
 
#submenu{
	width: 268px;
	height: 24px;
	float:right;
	position: relative;
	z-index:2001;
	top:110px;
	left:-6px;
	background-image:url(imgs/bg_submenu.jpg);
	background-repeat:no-repeat;
}	
#submenu ul{
	list-style:none;
	text-indent:-4000px;
}
#submenu li{
     position:absolute;
     top:0;
     height:19px;
}
#submenu li a{
     display:block;
	 text-decoration:none;
     width:100%;
     height:100%;
     top:0;
}
#english{
	width:74px; 
	left:5px; 
	background-image:url(imgs/btn_english.gif);
	background-repeat:no-repeat;
}
#english a:hover{
	background:url(imgs/btn_englishover.gif) no-repeat;
}
#realizacao{ 
	width:60px; 
	left:100px;
	background-image:url(imgs/btn_realizacao.gif);
	background-repeat:no-repeat;
}
#realizacao a:hover{
	background:url(imgs/btn_realizacaoover.gif) no-repeat;
}
#contato{
	width:46px; 
	left:167px;
	background-image:url(imgs/btn_contato.gif);
	background-repeat:no-repeat
}
#contato a:hover{
	background:url(imgs/btn_contatoover.gif) no-repeat;
}
#anuncie{
	width:44px; 
	left:218px;
	background-image:url(imgs/btn_anuncie.gif);
	background-repeat:no-repeat;
}
#anuncie a:hover{
	background:url(imgs/btn_anuncieover.gif) no-repeat ;
}
#submenu img{
	margin-top:-2px;
}