#pad {
height:100px;}
#menuPositioner {
width:100%; 
position:relative; 
float:left; 
top:-40px; 
margin-bottom:-40px; }

#menuHolder {
position:relative; 
float:left; 
left:50%;}

#menu, 
#menu ul {
padding:0; 
margin:0; 
list-style:none; 
font: 16px arial, verdana, sans-serif; 
position:relative; 
z-index:100;}

#menu {
border-left:3px solid #F3B710;
border-right:3px solid #F3B710;
height:40px; 
float:left; 
padding:0; 
background:#4b4d3f;
position:relative; 
right:50%;
text-align:center;}

#menu ul {
position:absolute; 
left:-9999px; 
top:-9999px;}

#menu table {
border-collapse:collapse; 
margin:-1px; 
padding:0; 
width:0; 
height:0;}

#menu li {
float:left;}

#menu li a {
display:block; 
float:left; 
color:#fff; 
height:40px; 
padding:0 20px 0 0; 
line-height:40px; 
text-decoration:none; 
background:url(../../images/menu/button1.png) no-repeat right top;}

#menu li a b {
display:block; 
float:left; 
height:40px; 
padding:0 0 0 20px; 
cursor:pointer;}

#menu li:hover {
position:relative; 
z-index:100;}


#menu a:hover {
height:40px;
position:relative; 
z-index:100;
/*AQUI  COLOCA  A IMAGEM QUE APARECE QUANDO PASSA O MOUSE POR CIMA*/
background:url(../../images/menu/button1-2.png) no-repeat right top;}
/****************************************************************************/







