#menu {
    width: 770px;
    height: 35px;
	margin-left:10px;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
    box-shadow: 10px 10px 10px 5px black;
 /*   text-shadow: 3px 2px 3px #333333;*/
    background-color: #4682B4;
        border-radius: 8px;
}
#quadrado {
    width: 900px;
    height: 60px;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
	color: white;
	margin-left:100px;
   text-shadow: 3px 2px 3px #333333;
    box-shadow: 10px 10px 10px 5px black;
    background-color: #4682B4;
        border-radius: 8px;
}
#quadrado1{
    width: 450px;
    height: 35px;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
	color: white;
   text-shadow: 3px 2px 3px #333333;
    background-color: #4682B4;
    border-radius: 8px;
}

#menu ul {
    height: auto;
    padding: 8px 0px;
    margin: 0px;
}
#menu li { 
display: inline; 
padding: 20px; 
}
#menu a {
    text-decoration: none;
    color: white;
    padding: 8px 8px 8px 8px;
}
#menu a:hover {
    color: #4682B4;
    background-color: #FFF;
}
