

.treeview ul				/* This works in conjunction with screenA.css sideBar */
{
	margin:  0 ;
	padding: 0 0 5px 0;
	text-align:right;
}

.treeview li
{							/*LI in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding: 6px 0 8px 0;
	text-align:right;
}

.treeview li.submenu
{							/* LI that contains sub lists (other ULs) */
	cursor: hand !important;
	cursor: pointer !important;
	text-align:right;
}

.treeview li.submenu ul		
{							/* UL that is child of LIs (submenu) */
	display: none;
	text-align:right;
}

.treeview .submenu ul li 
{							/* LI of UL that is child of LIs (submenu) */
	cursor: default;
	text-align:right;
}

.treeview ul li
{
	padding-top:2px;
	padding-bottom:0px;	
}

.treeview li a:link, .treeview li a:visited
{							/* First Level A */
	color:#FFF;
	text-decoration:none;
	font-weight:400;
	font-size:1.0em;
	padding-left:4px;
}

.treeview ul li a:link, .treeview ul li a:visited
{							/* Second Level A */
	color:#ffffff;
	text-decoration:none; 	
	font-weight:normal;
	font-size:0.92em;
	text-transform:none;
}

#navhere_l1
{							/* First Level A NavHere */
	color:#ECEA88; 
	/*background-image: url(../images/left_dot1.gif);*/
	padding:0 0 0 4px;
	background-repeat:no-repeat;
	text-decoration: none;
}

#navhere_l2
{							/* Second Level A NavHere */
	color:#F2B0DE;
	text-decoration: none;
}
