﻿a
{
    outline: none;
}
div.menuTree
{
    width: 150px;
    border:none;
}
div.menuTree UL
{
    font-size: 90%;
    padding: 0px;
    margin: 0px;
    display:none;
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    white-space:normal;
    line-height: 20px;
}
div.menuTree UL LI.parent A
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 2px;
}
div.menuTree UL LI.parent A:hover
{
    font-weight: bold;    
}
div.menuTree UL LI.child A
{
	color: #666666;
	font-size: 88%;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 2px;
}
div.menuTree UL LI.child A:hover
{
    font-weight: bold;    
}
div.menuTree UL LI.parent
{
    background: url(/files/images/core/collapsed_image.gif) left top no-repeat;
}
div.menuTree UL LI.expanded
{
    background: url(/files/images/core/expended_image.gif) left top no-repeat;
}
