#menusuperior {
font: 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;
text-align: center;
}

ul#menu {
width: 100%;
height: 43px;
background: #1F3F6E url("../imagens-layout/menu-bg.gif") top left repeat-x;
font-size: 0.9em;
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;
}

ul#menu li {
display: block;
float: left;
margin: 0 0 0 5px;
}

ul#menu li a {
height: 43px;
color: #000000;
text-decoration: none;
display: block;
float: left;
line-height: 200%;
padding: 5px 30px 0;
}

ul#menu li a:hover {
color: #333;
font-weight: bold;
text-decoration: underline;
}

ul#menu li a.current {
color: #FFF;
background: url("../imagens-layout/current-bg.gif") top left repeat-x;
padding: 0px 15px 0;
font-weight: bold;
text-decoration: underline;
}

ul#menu li a:hover.current {
color: #FFF;
background: #FFF url("../imagens-layout/current-bg.gif") top left repeat-x;
padding: 0px 15px 0;
}
				
                    