﻿#treeMenu {
	background:#1d425f url(/Assets/Images/Layout/BG_TreeMenu.gif) 0 0 no-repeat;
	width:215px;	
	margin-top:10px;
}
#treeMenu h1 { 
	color:#ff9;
	font-size:1.8em;
	font-weight:lighter;
	margin:0 0 7px 8px;
	padding-top:15px;
}
#treeMenu a       { color: #FFF; text-decoration: none; display:block; }
#treeMenu a:hover {	color: #FF9; }
#treeMenu h2 { 
	color:#ff9;
	background: url(/Assets/Images/Layout/list_LeftNav.gif) 8px 50% no-repeat;	
	font-size:1.1em;
	height:25px;
	line-height:25px;
	padding-left:25px;
	margin:0;
	border-bottom:1px solid #5c8cba;
}
#treeMenu h2:hover {
	background:url(/Assets/Images/Layout/list_Over_LeftNav.gif) 0 0 no-repeat; 
}
#treeMenu ul {
	list-style:none;
	padding: 0px 5px 0px 0px;
}
#treeMenu li {
	padding-bottom: 0px;
	line-height: 130%;
}

* html #treeMenu li {line-height:70%;}

.stretcher {
	background: #18354c;
}
.stretcher a { padding:3px 0 3px 45px; background: url(/Assets/Images/Layout/list_LeftNav.gif) 25px 6px no-repeat; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  Users Left Navigation  ~~~*/

#users ul li a {
	background:url(/Assets/Images/Layout/list_LeftNav.gif) 8px 50% no-repeat;
	padding-left:25px;
	line-height:25px;
	margin-right:-10px;
	width:190px;
	border-bottom:1px solid #5c8cba;
}

