﻿a
{
    outline: none;
	font-size:16px;
}
div.menuTree
{
    width: 240px;
    padding-left: 10px;
}
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: 50px;
	border-bottom:#CCC 1px dotted;
    background: url(/Api/MenuTree/collapsed_image.gif) left 14px no-repeat;
}
div.menuTree .parent UL LI{margin-bottom:-1px;border-top:#CCC 1px dotted;}
div.menuTree UL LI.parent A
{
    color: #003366;
    text-decoration: none;
    padding: 0px 3px;
}
div.menuTree UL LI.child A
{
    color: #003366;
    text-decoration: none;
    padding: 0px 3px;
}
div.menuTree UL LI.child A:hover
{
    font-weight: bold;
}
/* www.codefans.net */
div.menuTree UL LI.parent
{
    background: url(/Api/MenuTree2/collapsed_image.gif) left 14px no-repeat;
}
div.menuTree UL LI.expanded
{
    background: url(/Api/MenuTree2/expended_image.gif) left 14px no-repeat;
}
div.menuTree .Mb
{
	font-weight:bold;
}
