﻿a
{
    outline: none;
}
div.menuTree{width:180px; margin:0 auto;}
div.menuTree UL{  font-size:12px;   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: 25px;
	border-bottom:#CCC 1px dotted;
    background: url(/js/MenuTree/xtb4.jpg) left top no-repeat;
}
div.menuTree UL LI.parent A{
    color: #676767;
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.parent A:hover
{
    font-weight: bold;
    font-size:12px;
}
div.menuTree UL LI.child A
{
    color: #676767;
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.child A:hover
{
    font-weight: bold;
    font-size:12px;;
}
/* www.codefans.net */
div.menuTree UL LI.parent
{
    background: url(/js/MenuTree/xtb4.jpg) left top no-repeat;
}
div.menuTree UL LI.expanded
{
    background: url(/js/MenuTree/xtb4.jpg) left top no-repeat;
}
div.menuTree UL LI .Mb
{
	font-weight:bold;
}
