﻿a
{
    outline: none;
}
div.menuTree
{

}
div.menuTree UL
{
    font-size: 100%;
    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
{
    text-decoration: none;
    padding: 0px 2px;
	border-bottom:1px dotted #666666;
}
div.menuTree UL LI.parent A:hover
{
    font-weight: bold;
}
div.menuTree UL LI.child A
{
    text-decoration: none;
    padding: 0px 2px;
	border-bottom:1px dotted #666666;
}
div.menuTree UL LI.child A:hover
{

}

div.menuTree UL LI.parent1
{
    background: url(../images/bullet.jpg) left top no-repeat;
	
}
div.menuTree UL LI.child
{
    background: url(../images/bullet.jpg) left top no-repeat;
	
}
div.menuTree UL LI.parent
{
    background: url(../images/bullet.jpg) left top no-repeat;
	
}
div.menuTree UL LI.expanded
{
    background: url(../images/bullet.jpg) left top no-repeat;

}
