﻿.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
color: #6c3c00; 
font-weight: bold
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 0px;
margin-bottom: 4px;
font-family: Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif; 
color: #6c3c00; 
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: pointer !important;
margin-top: 5px;
line-height: 16px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-top: 5px;
padding-left: 0px;
}

.treeview .submenu ul li, .treeview .submenu ul li ul li ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding-left: 0px;
text-transform: uppercase;
}

.treeview .submenu ul
{
border: 1px #f8e4c5 solid;
width: 195px;
}

.treeview .submenu ul li ul
{
	border: none;
}	

.treeview .submenu ul li ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding-left: 0px;
text-transform: uppercase;
margin-left: 20px;
}

.treeview li.submenu select
{
	width: 155px;
	font: 10px Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif; 
	margin-left: -10px;
}


ul
{
	margin-left: 0;
	padding-left: 0;
}

.print
{
	float:right; 
	text-align:right;
	display: none;
}

.treeview li a:visited, 
.treeview li a:link  
{
	color: #6c3c00; 
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	text-transform: capitalize;
}

.treeview li a:hover 
{
	color: #6c3c00; 
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
	text-transform: capitalize;
}

.treeview .submenu ul li a:visited, 
.treeview .submenu ul li a:link  
{
	color: #005782; 
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 0px;
	display: block;
	padding-left: 14px;
}

.treeview .submenu ul li ul li a:visited, 
.treeview .submenu ul li ul li a:link  
{
	margin-left: -40px;
	padding-left: 30px;
	width: 165px;
}

.treeview .submenu ul li a:hover 
{
	color: #005782; 
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
}

 .navLeftSelected {	background-color: #f8e4c5 !important; margin-left: -25px;
}


