﻿a
{
    outline: none;
}
div.menuTree
{
    width: 200px;
	overflow:hidden
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
	
}
div.menuTree UL LI
{
	 background: url(images/tree.png) left top no-repeat;
    list-style: none;
	padding:6px 0;
    
    padding-left: 20px;
    margin: 0px;
	border-bottom:0px dotted #CCCCCC
   
	
	
    
	
}

div.menuTree UL LI A.current{ color:#FB7F2D; font-size:110%; font-weight:bold}
div.menuTree UL LI.parent A
{
    /*color: #F4008F;*/
    text-decoration: none;
    padding: 0px 2px;
}
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 2px;
}
div.menuTree UL LI.child A:hover
{
    font-weight: bold;
    font-size: 110%;
}
div.menuTree UL LI.parent
{
    background: url(images/tree.png) left top no-repeat; margin-top:5px
	
}
div.menuTree UL LI.expanded
{
    background: url(images/tree.png) left 9px no-repeat; padding-top:15px; height:31px
	

}
