.menu_um
{
position:absolute;
width:100px;
height:150px;
top:200px;
left:25px;
}
.menu_dois
{
position:absolute;
width:100px;
height:150px;
top:200px;
left:175px;
}
.menu_tres
{
position:absolute;
width:100px;
height:150px;
top:200px;
left:325px;
}
.menu_quatro
{
position:absolute;
width:100px;
height:150px;
top:200px;
left:475px;
}
.menu_cinco
{
position:absolute;
width:100px;
height:150px;
top:200px;
left:625px;
}
.menu_seis
{
position:absolute;
width:100px;
height:150px;
top:200px;
left:775px;
}
.menu_sete
{
position:absolute;
width:100px;
height:150px;
top:200px;
left:925px;
}
.circulo
{
/* CIRCULO */
	-webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
   behavior: url(css/IE/PIE.php);
    width: 50px;
    height: 50px;
    padding: 8px;
    background: #fff;
    border: 15px solid orange;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
	background-color:#FFCC00;
/* Acaba circulo */
} 

.menus
{
font-family:arial;
font-weight:bold;
}