﻿a
{
    outline: none;
}
div.menuTree
{
width: 200px;
font-family: Arial, sans-serif;
font-size: 12px;
padding-bottom: 10px;
color: #fff;
}
div.menuTree .Mb
{
	font-weight:bold;
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;

}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    line-height: 25px;

}

div.menuTree UL LI.parent A {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    margin-bottom: 3px;
    text-decoration: none;
    text-indent: 30px;
}
div.menuTree UL LI.parent A:hover
{
color: #0099cc;
font-weight: 600;

}
div.menuTree UL LI.child A
{
display: block;
line-height: 30px;
color: #999;
border-bottom: 1px dashed #ccc;
background: url(/images/icon5.gif) no-repeat;
font-size: 12px;
text-decoration: none;
text-indent: 25px;
}
div.menuTree UL LI.child A:hover
{
    font-weight: bold;
    font-size: 110%;
	color:#0099cc;
}
/* www.codefans.net */
div.menuTree UL LI.parent
{
    background: url(/js/MenuTree/li1.png) no-repeat scroll 10px 5%;
}
div.menuTree UL LI.expanded
{
    background:url("/js/MenuTree/li1.png") no-repeat scroll 4% 8px;
}
div.menuTree UL LI.parent LI.childmb
{
	BACKGROUND: url(/images/left007-1.gif) no-repeat left top;
}
	
div.menuTree UL LI.parent LI.childmb a
{
	color:#ffffff;
}
div.menuTree .childMb
{
	font-weight: bold;
	background:url(/images/left008-1.gif);
}


div.menuTree ul li.parent ul.expanded li.childMb a{display: block;
line-height: 24px;
color: #ff0000;
font-weight: bold;
border-bottom: 1px dashed #ccc;
background: url(/images/icon5.gif) no-repeat;
font-size: 12px;
text-decoration: none;
text-indent: 25px;}

div.menuTree ul li.parent ul.expanded li.childMb a:hover{ font-size:110%}