﻿div.menuTree
{
    width: 200px;
	margin-left:20px;
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
}
div.menuTree UL LI
{
	background: url(collapsed_image.gif) 5px 2px no-repeat;
    list-style: none;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    line-height: 20px;
}
div.menuTree UL LI.parent A
{
    color: #e03716;
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.parent A:hover
{
}
div.menuTree UL LI.child A
{
    color: #000;
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.child A:hover
{
}

div.menuTree UL LI.child
{
    background: url(collapsed_image.gif) 5px 4px no-repeat;
}
div.menuTree UL LI.parent
{
    background: url(collapsed_image.gif) 5px 4px no-repeat;
}
div.menuTree UL LI UL LI.parent{
	background: url(about_ico1_off.jpg) 5px 4px no-repeat;
}
div.menuTree UL LI.expanded
{
    background: url(expended_image.gif) 5px 4px no-repeat;
}
div.menuTree UL li ul LI.expanded
{
    background: url(about_ico1_on.jpg) 5px 4px no-repeat;
}
div.menuTree ul li ul li.child{
	background: url(cdot.gif) 5px 4px no-repeat;
}
div.menuTree UL li ul li ul li.child{
	background: url(hdot.gif) 8px 4px no-repeat;
}
