#myTree {
	overflow:hidden;
	}

/* Main Tree TD Elements */
#myTree td {
	cursor:default;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}

/* Normal Folder & File Tree Link Properties*/
#myTree a {
	cursor:hand;
	color:#003366;
	text-decoration:none;
}

/* Whole Folder Row*/
.ypxt-r-fo {
	background-color:#FFFFFF;
	font-weight:bold;
	color:#003366;
}
/*Step out Folder level node*/
.ypxt-clip .ypxt-n{
	padding-left:6px;
}

/* Main Link Hover Functions */
#myTree a:hover {
	color:#999966;
	text-decoration:underline;
}

/* Normal Spacing Functions*/
.ypxt-n {
	padding-top:5px;
	padding-bottom:3px;
	line-height:13px;
}

/*Folder Sub Option Row*/
.ypxt-clip {
	background-color:#F0F0F0;
}

/*This is the handler for the clicked link */
/*basically the page your on    -->   */
#myTree a.ypxt-active {
	color:#000000;
	font-weight:normal;
	text-decoration:underline!important;
}

