/*************************** 
  MENU
 ***************************/
#menu{
	width: 575px;
	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;
}
#thefair{ 
	width:60px; 
	left:52px;
	background-image:url(imgs/menu/btn_thefair.gif);
	background-repeat:no-repeat;
}
#thefair a:hover{
	background:url(imgs/menu/btn_thefairover.gif) no-repeat;
}
#brazilstones{ 
	width:80px; 
	left:122px;
	background-image:url(imgs/menu/btn_brazilstones.gif);
	background-repeat:no-repeat;
}
#brazilstones a:hover{
	background:url(imgs/menu/btn_brazilstonesover.gif) no-repeat;
}
#expositores{
	width:70px; 
	left:212px;
	background-image:url(imgs/menu/btn_exhibitors.gif);
	background-repeat:no-repeat
}
#expositores a:hover{
	background:url(imgs/menu/btn_exhibitorsover.gif) no-repeat;
}
#visitors{
	width:61px; 
	left:291px;
	background-image: url(imgs/menu/btn_visitors.gif);
	background-repeat:no-repeat;
}
#visitors a:hover{
	background: url(imgs/menu/btn_visitorsover.gif) no-repeat ;
}
#localizacao{
	width:61px; 
	left:355px;
	background-image:url(imgs/menu/btn_location.gif);
	background-repeat:no-repeat;
}
#localizacao a:hover{
	background:url(imgs/menu/btn_locationover.gif) no-repeat ;
}
#noticias{
	width:41px; 
	left:424px;
	background-image:url(imgs/menu/btn_news.gif);
	background-repeat:no-repeat;
}
#noticias a:hover{
	background:url(imgs/menu/btn_newsover.gif) no-repeat ;
}
#servicos{
	width:52px; 
	left:473px;
	background-image:url(imgs/menu/btn_services.gif);
	background-repeat:no-repeat;
}
#servicos a:hover{
	background:url(imgs/menu/btn_servicesover.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_submenu2.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:83px; 
	left:5px; 
	background-image:url(imgs/btn_portugues.gif);
	background-repeat:no-repeat;
}
#english a:hover{
	background:url(imgs/btn_portuguesover.gif) no-repeat;
}
#realizacao{ 
	width:55px; 
	left:100px;
	background-image:url(imgs/btn_producers.gif);
	background-repeat:no-repeat;
}
#realizacao a:hover{
	background:url(imgs/btn_producersover.gif) no-repeat;
}
#contato{
	width:47px; 
	left:167px;
	background-image:url(imgs/btn_contact.gif);
	background-repeat:no-repeat
}
#contato a:hover{
	background:url(imgs/btn_contactover.gif) no-repeat;
}
#anuncie{
	width:44px; 
	left:220px;
	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;
}