#myTree {
	overflow:hidden;
}

/* Main Tree TD Elements */
#myTree td {
	cursor:default;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:11px;
	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;
	font-family: Arial, Helvetica, sans-serif;
}
/*Step out Folder level node*/
.ypxt-clip .ypxt-n{
	padding-left:10px;
}

/* Main Link Hover Functions */
#myTree a:hover  { color: #ff0000; text-decoration: none }

/* Normal Spacing Functions*/
.ypxt-n {
	padding-top:4px;
	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:#ff0000;
	font-weight:normal;
	text-decoration:underline!important;
}
