.itemMenuEst
{
    width:231px; 
    height:42px; 
    float:left;
}
.itemMenu
{
    width:201px; 
    height:42px; 
    margin-left:15px; 
    float:left; 
    border-bottom:1px dotted #7d7a7a; 
    text-align:left;
}
.itemMenu p
{
    font-family:Arial;
    font-size:14px;
    margin-top:15px;
    cursor:hand;
    cursor:pointer;
}
.menuConteudo{
    width: 170px; 
    position: absolute; 
    z-index:1; 
    display:none; 
    margin-left:230px; 
    *margin-left:7px; 
}
.menuConteudoTop
{
    width:170px; 
    height:11px; 
    float:left;
    
    background-image:url(../imagens/menu/area/top-submenu.png);
}
.menuConteudoCentro
{
    width:170px; 
    float:left; 
    
    background-image:url(../imagens/menu/area/fundo-submenu.gif);
}
.menuConteudoBottom
{
    width:170px; 
    height:11px; 
    float:left;
    
    background-image:url(../imagens/menu/area/bottom-submenu.png);    
}
.itemSubMenu
{
    width:140px; 
    height:24px; 
    margin-left:15px; 
    float:left; 
    border-bottom:1px dotted #7d7a7a; 
    text-align:left;
}
.itemSubMenu p
{
    margin-top:5px;
}
.itemSubMenu p a
{
    font-family:Arial;
    font-size:12px;
    cursor:hand;
    cursor:pointer;
}