﻿a
{
    outline: none;
}
div.menuTree
{ 
    
	overflow:hidden
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;  
    
    margin: 0px; text-align:center; line-height:52px;
    white-space: nowrap;
     
}

div.menuTree UL LI A.current{ font-weight: bold; height:50px; width:220px; color:#FFF; display:block; background:#c90b17}
div.menuTree UL LI.parent A
{
    /*color: #F4008F;*/
    text-decoration: none;
    padding: 0px 0px;
}
div.menuTree UL LI.parent A:hover
{
    font-weight: bold;
    font-size: 110%; 
}
div.menuTree UL LI.child A
{
    /*color: #FB7F2D;*/
    text-decoration: none;
    padding: 0px 0px;
}
div.menuTree UL LI.child A:hover
{
    font-weight: bold; height:50px; width:220px; display:block;
    font-size: 110%;   color:#ff000
}
div.menuTree UL LI.parent
{
    
}
div.menuTree UL LI.expanded
{
     
}
