﻿a
{
    outline: none;
}

div.menuTree UL
{
    padding: 0px;
    margin: 0px;
    display:none;
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    margin: 0px;
/*    white-space: nowrap;*/
}

div.menuTree UL LI A.current{ color:#0076c8; font-weight: bold;}
div.menuTree UL LI.parent A
{
    /*color: #F4008F;*/
    text-decoration: none;
}
div.menuTree UL LI.parent A:hover
{
/*    font-weight: bold;
    font-size: 110%;*/
}
div.menuTree UL LI.child A
{
    /*color: #FB7F2D;*/
    text-decoration: none;
}
div.menuTree UL LI.child A:hover
{
    /*font-weight: bold;
    font-size: 110%;*/
}
/*div.menuTree UL LI.parent
{
    background: url(images/collapsed_image.gif) left top no-repeat;
}
div.menuTree UL LI.expanded
{
    background: url(images/expended_image.gif) left top no-repeat;
}*/
