﻿a
{
    outline: none;
}
div.menuTree
{
	width: 300px;
	height:400px;
	border: solid 1px black;
	overflow:auto;
	text-align: left;
	padding-top: 9px;
	padding-left: 5px;
	font-family:Arial
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
    white-space: nowrap;
    line-height: 20px;
}
div.menuTree UL LI.parent A
{
    color:#555;
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.parent A:hover
{
    //font-weight: bold;
    //font-size: 110%;
		color:#000;
}
div.menuTree UL LI.child A
{
    color:#444;
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.child A:hover
{
		color:#000;
    //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;
}
