@charset "utf-8";
/* CSS Document */
/*Css com as definições Gerais da página*/
ul {
margin-right: 13px;
margin-top:29px;
padding: 0;
list-style: none;
float:right;
}

ul li {
position: relative;
display: inline;
float:left;
}

li ul {
float:left;
position: absolute;
left: 0;
top: 0;
display: none;
}

.academia{
margin-top:29px;
background:no-repeat url(images/fundo-academia.jpg);
width: 120px;
height: 80px; 
}

.cursos{
margin-top:29px;
background:no-repeat url(images/fundo-cursos.jpg);
width: 120px; 
}

.premiacao{
margin-top:29px;
background:no-repeat url(images/premiacao.jpg);
width: 120px;
height: 78px; 
}

.professores{
margin-top:29px;
background:no-repeat url(images/professores.jpg);
width: 120px;
}


li:hover ul, li.over ul {
position:absolute;
z-index:2;
display: block; 
float:left;
}
