﻿a
{
    outline: none;
}
div.menuTree
{
    width: 260px;
	overflow:hidden;
	background:#eaedf2;
	font-family:"微软雅黑";
	font-size:14px;
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
}
div.menuTree UL LI
{
    list-style: none;
	width:226px;
	padding-left:34px;
    white-space: nowrap;
    line-height: 40px;
	float:left;
}

div.menuTree UL LI A.current{ color:#FB7F2D; width:226px; float:left; background:#ffbf37; padding-left:34px; margin-left:-34px; color:#FFF !important;}
div.menuTree UL LI.parent A
{
    /*color: #F4008F;*/
    text-decoration: none;

}
div.menuTree UL LI.parent A:hover
{
    font-weight: bold;
    font-size: 110%;
}
div.menuTree UL LI.child A
{
    color: #353535;
    text-decoration: none;
  
}
div.menuTree UL LI.child A:hover
{
    font-weight: bold;
    font-size: 110%;
}
div.menuTree UL LI.parent
{
    background: url(images/collapsed_image.gif) left top no-repeat;
}
div.menuTree UL LI.expanded
{
    background: url(images/expended_image.gif) left top no-repeat;
}

div.menuTree UL LI ul{ width:100%; float:left; margin:10px 0px;}
div.menuTree UL LI ul li{ width:216; float:left; line-height:30px; font-size:14px; color:#353535; margin-left:-34px; padding-left:44px;}
