@charset "utf-8";
* MENU PRINCIPAL */
#Menu{
width:657px;
height:42px;
}
#Menu ul {
width:657px;
list-style:none;
margin:0;
padding:0;
text-align:center;
}
#Menu li {
float:left;
margin:0px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#Menu li a {
padding-top:12px;
height:38px;
display: block;
color:#FFFFFF;
text-decoration: none;
background: url(../_images/menu_topo_06.jpg) repeat-x;
}
#Menu li a:hover {
padding-top:12px;
height:38px;
display: block;
color:#FFFFFF;
background:url(../_images/menu_topo_06_on.gif) repeat-x;
}
/* Fix IE. Hide from IE Mac \*/
* html #Menu ul li {float:left; height:1%;}
* html #Menu ul li a {height: 1%;}
/* End */