.tree{	cursor:pointer;
	font-size: 12px;
    	padding-left: 30px;
	padding-top:4px;
	color: #000000;
	height:24px;
	width:160px;
	line-height: 22px;
	TEXT-DECORATION: none;
	background-image:url(../images/btm_01.gif);
	background-repeat:no-repeat;	
}
.tree a:link{
	color:#000000;
	TEXT-DECORATION: none;
}
.tree a:visited{
	color:#000000;
	TEXT-DECORATION: none;
	}
.tree a:hover{
	color:#000000;
	TEXT-DECORATION: none;
	}
.child {
	font-size:12px;
	color:#000000;
	height:20px;
	padding-left: 30px;
	padding-top:6px;
	TEXT-DECORATION: none;
}
.child a:link{
	font-size:12px;
	color:#000000;
	TEXT-DECORATION: none;
	}
.child a:visited{
	font-size:12px;
	color:#000000;
	TEXT-DECORATION: none;
	}
.child a:hover{
	font-size:12px;
	color:#a90003;
	TEXT-DECORATION: none;
	}
.leftnav{
        width:100%;
        height:auto!important;
        height:200px;
        background-color:#e5e9fd;
        text-align:center;
}
.leftmenu{        
	width:158px;
	text-align:left;
}
