@import url("geral.css");


#menu{
float:left;
background-image:url(../img/back_menu.png);
width:900px;
height:44px;
margin-top:15px;
}

#cont_menu{
float:left;
width:900px;
margin-top:9px;
}

#menu_home{
float:left;
width:124px;
text-align:center;
}

#menu_empresa{
float:left;
width:120px;
margin-left:10px;
text-align:center;
}

#menu_produtos{
float:left;
width:122px;
margin-left:10px;
text-align:center;
}

#menu_clientes{
float:left;
width:124px;
margin-left:10px;
text-align:center;
}

#menu_dicas_de_seguranca{
float:left;
width:232px;
margin-left:10px;
text-align:center;
}

#menu_contato{
float:left;
width:124px;
margin-left:10px;
text-align:center;
}

.menu{
color:#ddefce;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}

.menu a{
color:#ddefce;
font-size:14px;
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
}

.menu a:hover{
color:#ffffff;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}
