﻿a
{
    outline: none;
}
div.menuTree
{
    width: 300px;
	overflow:hidden;
	text-align:center;
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
}
div.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    line-height: 40px;
	border:1px solid #000;
	margin-bottom:10px;
	font-size:16px; 
	font-family:"微软雅黑";
}

div.menuTree UL LI A.current{background:#333333;
border:none; color:#FFF;
width:100%;
height:40px;
padding:4% 40%;}
div.menuTree UL LI.parent A
{
    /*color: #F4008F;*/
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.parent A:hover
{

}
div.menuTree UL LI.child A
{

}
div.menuTree UL LI.child A:hover
{

}
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;
}
