/* ------------------------------------------------------------------------------ */
	/*
	
		project:				BreakAway, Ltd.
		file: 					navtree.css
		creator:				Round2 Communications
		creation date:			02/07
		copyright:				(c) 2007 __BreakAway, Ltd.__. All rights reserved.
	
	*/
/* ------------------------------------------------------------------------------ */

#treemenu { /* Style for UL elements */
	padding: 11px 0 10px 0;
}
.treeview li { /* Style for LI elements in general (excludes an LI that contains sub lists) */
	font-family: Arial;
	font-size: 1.1em;
	color: #EDF5E9;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 8px;
}
.treeview li a { /* Style for LI elements in general (excludes an LI that contains sub lists) */
	color: #fff;
	text-decoration: none;
}
.treeview li a:hover {
	color: #cff;
}
.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
	background: url(/_assets/images/nt2_closed.gif) no-repeat 8px .5em;
	cursor: hand !important;
	cursor: pointer !important;
}
.treeview li.submenu ul { /* Style for ULs that are children of LIs (submenu) */
	font-size: 10px;
	line-height:12px;
	display: none; /*Hide them by default. Don't delete. */
}
.treeview .submenu ul li { /* Style for LIs of ULs that are children of LIs (submenu) */
	margin: 10px 0 0 -10px;
	cursor: hand;
}

.treeview ul li
{
	font-size:10px;
	line-height:12px;
	margin:0;
}

#treemenu em {
	font-style: normal;
	color: #C2E89A;
}