.treeview ul
{
	margin: 0;
	padding: 0;
	text-align:right;
}

.treeview li
{							/*LI in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-bottom:10px;
	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
{							/* First Level A */
	color:#000;
	text-decoration:none;
	font-weight:400;
	font-size:0.95em;
	padding-left:10px;
	/*white-space:nowrap;*/
}


.treeview li a:hover
{							/* first Level A */
	color:#9B5710;
	/*text-transform:uppercase;*/
	text-decoration:none; 	
	font-weight:normal;
	font-size:0.95em;
	text-transform:none;
}


.treeview ul li a
{							/* Second Level A */
	color:#60584D;
	/*text-transform:uppercase;*/
	text-decoration:none; 	
	font-weight:normal;
	font-size:0.9em;
	text-transform:none;
}


.treeview ul li a:hover
{							/* Second Level A */
	color:#942125;
	/*text-transform:uppercase;*/
	text-decoration:none; 	
	font-weight:normal;
	font-size:0.9em;
	text-transform:none;
}


#navhere_l1
{							/* First Level A NavHere */
	color:#9B5710;
	/* background-image: url(../images/left_dot.gif);
	padding:0 0 0 36px; */
	background-image: url(../images/left_dot1.gif);	
	padding:0 0 0 14px;
	background-repeat:no-repeat;
}

#navhere_l2
{							/* Second Level A NavHere */
	color:#942125;
}
