
/* Menu principal */

#fancymenu { 
position: absolute; 
width: 801px; 
height: 40px; 
background: url(../images/barraMenu.gif) no-repeat   ; 
padding: 6px;  
padding-left: 15px;
margin-top: 30px; 
text-align: center;
overflow: hidden; 
/* border:groove;*/
} 
  
#fancymenu ul { 
padding: 0; 
margin: 0; 
margin-top: 8px;
} 
  
/* Don't apply padding here (offsetWidth will differ in IE) 
If you need padding add it to the child anchor */ 
#fancymenu ul li { 
float: left; 
list-style: none; 
} 
  
#fancymenu ul li a { 
text-indent: -500em; 
z-index: 10; 
display: block; 
float: left; 
height: 25px; /* align texto*/
position: relative; 
overflow: hidden; 
} 



#fancymenu li.background { 
background: url('../images/bg_menu_right.png') no-repeat top right !important; 
/*background: url('../images/bg_menu_right.gif') no-repeat top right; */ 
z-index: 8; 
position: absolute; 
visibility: hidden; 
} 
  
#fancymenu .background .left { 
background: url('../images/bg_menu.png') no-repeat top left !important; 
/*background: url('../images/bg_menu.gif') no-repeat top left; */ 
height: 1px; 
margin-right: 5px; /* 7px is the width of the rounded shape */ 
} 


#menu_regulamento a { 
width: 152px; 
background: url('../images/btnRegulamentoNew.gif') no-repeat center !important; 
/*background: url('../images/escritorio.gif') no-repeat center; // ie! */
margin-top: 2px;
} 
  
#menu_edicoes a { 
width: 222px; 
background: url('../images/btnEdicoesNew.gif') no-repeat center !important; 
/*background: url('../images/projeto.gif') no-repeat center; */
margin-top: 2px;
} 
  
#menu_inscricao a { 
width: 222px; 
background: url('../images/btnInscricaoNew.gif') no-repeat center !important; 
/*background: url('../images/design.gif') no-repeat center; */
margin-top: 2px;
} 
  
#menu_progmacao a { 
width: 167px; 
background: url('../images/btnProgramacao.gif') no-repeat center !important; 
/*background: url('../images/design.gif') no-repeat center; */
margin-top: 2px;
} 
  
#menu_contato a { 
width: 122px; 
background: url('../images/btnContatoNew.gif') no-repeat center !important; 
/*background: url('../images/consultoria.gif') no-repeat center; */
margin-top: 2px;
} 

#menu_Link a { 
width: 67px; 
background: url('../images/btnLinksNew.gif') no-repeat center !important; 
/*background: url('../images/obra.gif') no-repeat center; */
margin-top: 2px;
} 

/* Fim Menu principal */




