

/* Menu Topo*/

.pro8 {
	padding-top:0px;
	padding-left:0px;
	margin:0;
	list-style:none;
	height:25px;
	background-position:right;
	width: 700px;
	
}

.pro8 li {
float:left;

}
.pro8 li a {
 padding-top:2px;
 display:block;
 float:left;
 height:27px;
 line-height:25px;
 width:87px;
 background:url(../imagens/botao.jpg) center center no-repeat;
 background-position:center;
 background-repeat:no-repeat;
 color:#00689E;
 text-decoration:none;
 font-size:12px;
 font:Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-align:center;
 cursor:pointer;
}
.pro8 li a b {
 float:left;
 display:block;
 padding:0 0 0 0;
 color:#00689E;
 background:url(../imagens/botao.jpg) right top;
}
.pro8 li a:hover {
 color:#000099;
 height:27px;
 line-height:25px;
 width:87px;
 background:url(../imagens/botao1.jpg);
 background-position:center;
 background-repeat:no-repeat;
}
.pro8 li a:hover b {
 color:#fff;
 height:27px;
 line-height:25px;
 width:87px;
 background:url(../imagens/botao1.jpg);
}
