div#container
{
   width: 1014px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
}
/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {
	bottom: 4px;
	margin: 0;
	padding: 0;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 1012px; /* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;
	list-style: none;
	padding-left: 350px;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}

.botao  {
/*position:absolute;*/
top:20px;
left:50px;
margin:0px;
padding:0px;
background-color: transparent;
        }

.botao a, .botao a:visited {
	font: bold 12px/24px arial, helvetica, sans-aerif;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	background: transparent url('imagens/botglass1.png') no-repeat center center;
	width: 146px;
	height: 42px; /*display: block;*/
	border: ridge;
}

.botao a:hover {
	background: transparent url('imagens/botglass2.png') no-repeat center center;
	
}




