/**********************************************************/
/* NAV SUBTREE (SideBar) */
#NavSubtree,
#NavTree
{
	padding-top : 5px;
	padding-bottom : 5px;
	
 	padding-left : 14px; /* extenting below */
 	padding-right : 4px;
}

#NavSubtree ul, 
#NavTree ul 
{
	margin-left : 10px; 		/* we are exdenting below... */
}

/* override of class .typography */
#NavSubtree li,
#NavTree li
{
	margin-left : 0px;
	margin-bottom : 0px;
	left : 0px; 
	list-style : none;
}

#NavSubtree a, 
#NavTree a 
{ 
	font-family: font-family: helvetica, sans-serif;
	font-size: 11pt; /* using absolute for menu */
	font-weight:normal;
	color : #aaa; 				/* off-white */

 	text-decoration: none; 

	display : block;
	margin : 0px;  				/* override of class .typography */ 
	text-indent : -8px;  		/* exdent, so line wraps look indented */
}

#NavSubtree a img, 
#NavTree a img 
{
	vertical-align : middle;
	border: none;
	opacity : 0.7; 
}

#NavSubtree a:hover, 
#NavTree a:hover 
{ 
	color: #fff; 				/* white */
	cursor: pointer;
}

#NavSubtree a:hover img,
#NavTree a:hover img
{
	opacity : 1.0; 
}

/* pretend its not a link */
#NavSubtree li a.current,
#NavSubtree li a.current:hover,
#NavTree li a.current,
#NavTree li a.current:hover
{ 
	color: #aaa; 				/* off-white */
	cursor: default;
}

#NavSubtree li a.section:hover, 
#NavTree li a.section:hover 
{
	color: #fff; 				/* white */
}



#NavSecondarySectionTitle,
#SectionTitleStandalone {
	padding-left : 16px;
}

a#NavSubtreeListTitle { 
 	text-decoration: none; 
	color : #aaa; 				/* off-white */
 	font-size: 16px;
 	font-weight : normal;
 	line-height : 32px;
 	text-align : center;
}

	/* pretend we're not a link */
a#NavSubtreeListTitle.current,
a#NavSubtreeListTitle.current:hover { 
	cursor: default;
}

	/* we are a link */
a#NavSubtreeListTitle.section:hover { 
	color : #aaa; 				/* off-white */
	cursor: pointer;
}
/* END NAV SUBTREE (SideBar) */
/**********************************************************/
