﻿a
{
    outline: none;
}
div.menuTree
{
	width: 188px;
	float: left;
	padding-top: 30px;
}
div.menuTree UL
{
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	/* [disabled]display:none; */
}
div.menuTree a{
	display: block;
	height: 34px;
	color: #999999;
	font-size: 14px;
	letter-spacing: 0.1em;
		/* [disabled]color: #FFF; */
	text-decoration: none;
	text-indent: 2.4em;
	line-height: 1.7em;
}

div.menuTree UL LI
{
	list-style: none;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	white-space: nowrap;
	line-height: 20px;
}
div.menuTree UL LI A 
{
	/* [disabled]color: #FFF; */
	text-decoration: none;
	text-indent: 2.4em;
	line-height: 1.7em;
}
div.menuTree UL LI A:hover
{
	background-image: url(li_h.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 2.4em;
	line-height: 1.7em;
	color: #FFF;
	letter-spacing: 0.1em;
}
#menu1 ul li a.h {
	background-image: url(li_h.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 2.4em;
	line-height: 1.7em;
	color: #FFF;
	letter-spacing: 0.1em;
}
div.menuTree UL LI li A 
{
	text-decoration: none;

}
#menu1 ul li li  a:hover
{
	color: #FFF;
	background-image: url(dash.png);
	background-repeat: no-repeat;
	background-position: 20px 12px;
}
#menu1 ul li li  a.h
{
	color: #FFF;
	background-image: url(dash.png);
	background-repeat: no-repeat;
	background-position: 20px 12px;
}

div.menuTree .hide ul {
	/* [disabled]display: none; */
}
