#menubox{
	width:914px;
	margin: 45px auto;
}
.botao {
	height:30px;
	margin:0 5px 0 0;
	padding:9px 15px 1px;
   	float:left;
   	clear:right;
   	border-top: 0px solid #96d1f8;
	background:url('../imagens/bg_menu.jpg') repeat-x 0 0;
   	-webkit-border-radius: 9px;
   	-moz-border-radius: 9px;
   	border-radius: 9px;
   	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	box-shadow: rgba(0,0,0,1) 0 1px 0;
   	text-shadow: rgba(0,0,0,.4) 0 1px 0;
   	color: white;
   	text-align:center;
   	font-size: 17px;
   	font-family: Verdana;
   	text-decoration: none;
   	vertical-align: middle;
}
.botao:hover {
   	border-top-color: #28597a;
   	background: #28597a;
   	color: #ccc;
}
.botao:active {
   	border-top-color: #1b435e;
   	background: #1b435e;
}