﻿a
{
    outline: none;
}

div.menuTree UL
{
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    display:none;
	
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    white-space: nowrap;
    line-height: 20px;
}
div.menuTree UL LI.parent A
{
    color: black;
    text-decoration: none;
    padding: 0px 2px;
	margin-left:20px;
	 font-family:Arial, Helvetica, sans-serif
}
div.menuTree UL LI.parent A:hover
{
    font-weight: bold;
    
}
div.menuTree UL LI.child A
{
	font-size:11px;
    color: #339900;
    text-decoration: none;
    padding: 0px 2px;
	margin-left:2px
}
div.menuTree UL LI.child A:hover
{
	
    font-weight: bold;
    font-size: 11px;
}
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;
}

