﻿a
{
    outline: none;
}
div.menuTree
{
	width: 200px;
}
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: 20px;
}
div.menuTree UL LI.parent A
{
    color: #F4008F;
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.parent A:hover
{
    font-weight: bold;
}
div.menuTree UL LI.child A
{
    color: #FB7F2D;
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.child A:hover
{
    font-weight: bold;
    font-size: 100%;
}
/* www.codefans.net */
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;
}

*{margin:0;padding:0;border:0;}
body {
font-family: arial, 宋体, serif;
font-size:12px;
}
#aav {
width:100%;
    line-height: 24px; 
list-style-type: none;
text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}

/*==================一级目录===================*/


#aav li {
	background:#ffffff; /*一级目录的背景色*/
	border-bottom:#FFF 1px solid; /*下面的一条白边*/
	float:left;
	width: left;/*float：left,本不应该设置，但由于在Firefox不能正常显示
继承aav的width,限制宽度，li自动向下延伸*/
}

#aav li a:hover{
	background:#89C100; /*一级目录onMouseOver显示的背景色*/
	text-decoration: none;
}

#aav a:link {
color:#666; 
}
#aav a:visited {
color:#666;
}
#aav a:hover {
color:#FFF;font-weight:bold;
}

/*==================二级目录===================*/
#aav li ul {
list-style:none;
text-align:left;
}
#aav li ul li{ 
background: #EBEBEB; /*二级目录的背景色*/
width:180px;
}

#aav li ul a{
         padding-left:3px;
         width:180px;
/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}

/*下面是二级目录的链接样式*/

#aav li ul a:link {
color:#666; 
width:180px;
}
#aav li ul a:visited {
color:#666;
width:180px;
}
#aav li ul a:hover {
color:#F3F3F3;
width:180px;
font-weight:normal;
background:#990033;
/* 二级onmouseover的字体颜色、背景色*/
}

/*==============================*/
#aav li:hover ul {
left: auto;
}
#aav li.sfhover ul {
left: auto;
}
#content {
clear: left; 
}
#aav ul.collapsed {
	display: none;
	width: 180px;
}
-->

#PARENT{
width:180px;
padding-left:20px;
}
#PARENT #aav .lia .lia1 {
	float: left;
	width: 80%;
}
#PARENT #aav .lia .lia2 {
	float: left;
	width: 20%;
}

