﻿a
{
    outline: none;
}
div.menuTree
{
	width: 210px;
}


div.menuTree .expanded .ullist {
	display:block ;
	}

div.menuTree .expanded .ullist .expanded .ullist {
	display:block ;
	}
div.menuTree .tree2 .ullist {
	display:none;}	
	
	
	
	
	
div.menuTree UL
{
	font-size: 100%;
	display:none;
}
div.menuTree UL ul
{
	font-size: 100%;
	margin: 0px;
	display:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
}

div.menuTree UL a
{
	font-size: 11.5px;
	line-height: 26px;
	color: #888;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div.menuTree UL a:hover
{
	color: #666;
}


div.menuTree UL LI
{
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #f5f5f5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
div.menuTree UL LI.parent A
{
	color: #888;
	text-decoration: none;
	line-height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div.menuTree UL LI.parent A:hover
{
	color: #555;
}
div.menuTree UL LI.child A
{
    color: #888;
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.child A:hover
{
    color: #555;
}
/* www.codefans.net */
div.menuTree UL LI.parent
{
    background: url(collapsed_image.gif) 5px 10px no-repeat;
}
div.menuTree UL LI.expanded
{
	background-image: url(expended_image.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #e8e8e8;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 0px;
}
div.menuTree ul li.padda ul a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
div.menuTree UL .tree2 LI.expanded
{
	margin: 0px;
	background-image: none;
	padding: 0px;
}
.tree1 ul , .tree2 ul 
{
	padding-bottom:5px;}
