a
{
    outne: none;
}
div.menuTree
{
    border: solid 0px black;
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0;
    margin: 0;
    display:none;
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0;
    white-space: nowrap;
    line-height: 25px;
    border-bottom: 1px solid #E9E9E9; 
}
div.menuTree UL LI.parent A
{
    text-decoration: none;
    padding: 0px;
}
div.menuTree UL LI.parent A:hover
{

}
div.menuTree UL LI.child
{
    text-decoration: none;
    padding: 0 0 0 20px;
    border-top : 1px solid #E9E9E9;
    border-bottom: none;
}
div.menuTree UL LI.child A
{
    text-decoration: none;
    padding: 0;
}
div.menuTree UL LI.child A:hover
{
    text-decoration: underline;
}
