#myTree {
	overflow:hidden;
}

/* Main Tree TD Elements */
#myTree td {
	cursor:default;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
 	width : 151px;
 	height : 11px;
}

/* Normal Folder & File Tree Link Properties*/
#myTree a {
	cursor:hand;
	color:#FFFFFF;
	text-decoration:none;
}

/* Whole Folder Row*/
.ypxt-r-fo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color:#20286F;
	padding-left:2px;
}
/* Whole Folder Row*/
.ypxt-r-fi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#20286F;
	font-weight: bold;
	padding-left:2px;
}
/* Whole Folder Row*/
.ypxt-r-fj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #0084C5;
	text-decoration: none;
	font-weight: bold;
	background-color:#2B3697;
	padding-left:16px;
}
/* Main Link Hover Functions */
#myTree a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* Normal Spacing Functions*/
.ypxt-n {
	padding-top:3px;
	padding-bottom:3px;
	line-height:11px;
}

/*Folder Sub Option Row*/
.ypxt-clip {
	background-color:#ffffff;
 	width : 151px;
}

/*This is the handler for the clicked link */
/*basically the page your on    -->   */
#myTree a.ypxt-active {
	color:#FFFFFF;
	text-decoration:none;
}