body{
margin:0;
padding:0;

}
#topo {
background: url("topo.jpg") no-repeat;
width:950;
height:250;
}
.menuTop { position: relative; margin: 0; padding: 0; width: 80px; height: 15px; float:right;  left: -220px;}
.menuTop li {width: 80px; height: 15px; position: absolute; top: 0px; background: url(botoes.png) 0 0 no-repeat; display: block;  list-style: none;}
.menuTop a {width: 80px; height: 15px; display: block;}
.menuTop .botao1 {left: 0px; background-position: 0 -16px;}
.menuTop .botao2 {left: 80px; background-position: -80px -16px;}
.menuTop .botao1 a:hover {background: url(botoes.png) 0px 0px no-repeat; }
.menuTop .botao2 a:hover {background: url(botoes.png) -80px 0px no-repeat; }

.menuH3 ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(blockdefault.gif) center center repeat-x;
}
.menuH3 li{
display: inline;
}
.menuH3 li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.menuH3 li a:visited{
color: white;
}
.menuH3 li a:hover{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}
b,strong {
font-weight: bold;
}