﻿.treeview
{
	width:159px;
	padding-top:1px;
	background:none;
}
.treeview ul{ /*CSS for Simple Tree Menu*/

	background:none;
}
/*
.treeview ul:visited
{ 
	color:White;
}
.treeview ul:hover
{ 
	background-color:inherit;
}*/
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	width:159px;
	list-style-type: none;
	margin-bottom: 0px;
	color:White;
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	background:none;
}
.treeview li a
{ 
	color:White;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:20px;
	background-color:Transparent;
}
.treeview li a:hover
{ 
	background:none;
}
.treeview ul li a:visited
{ 
	color:White;
}
.treeview li:hover{
 	width:157px;
	text-decoration:none;
	background:Transparent;
	background:  url('/images/layout/menu_back_sub.png') no-repeat; 
}
.treeview li.active
{width:157px;
/*background-color:#A19D90;  */
	background-color:Transparent;
	background:url('/images/layout/menu_back_sub.png') no-repeat; 
	background-color:#A19D90;
}
.treeview li.active a
{
/*background-color:#A19D90;  */
	background:none; 
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs).
background: white url(closed.gif) no-repeat left 1px; */
	cursor: hand !important;
	cursor: pointer !important;
}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*  Hide them by default. Don't delete. */
 background-color:Transparent;
 background:url('/images/layout/menu_back_sub.png') no-repeat; 
 
}
.treeview li.submenu ul:hover{ /* Style for LI that contains sub lists (other ULs).*/
	background:url('/images/layout/menu_back_sub.png') no-repeat; 
}

.treeview li.submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	width:147px;
	cursor: default;
	margin-top:-20px;
	margin-left:160px;
	color:White;
	text-decoration:none;
	text-transform:capitalize;
 background-color:Transparent;
	/*background:url('/images/layout/menu_back_sub.png') no-repeat; */
}
.treeview li.submenu ul li:hover{
 /*background-color:#A19D90;  */
 background-color:Transparent;
	background:url('/images/layout/menu_back_sub.png') no-repeat; 
}
.treeview li.submenu ul li.active{
 /*background-color:#A19D90; 
 background-color:Transparent;
	background:url('/images/layout/menu_back_sub.png') no-repeat;  */
	background-color:#A19D90;
}
.treeview li.submenu ul li a{ /*Style for LIs of ULs that are children of LIs (submenu) */
	text-transform:capitalize;
	padding-left:20px;
	background:none;
}
