#myTree {
	overflow: hidden;
	background-color: #003366;
	width: 160px;	
}

/* Main Tree Elements */
#myTree table {
	cursor:default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Normal Folder & File Tree Link Properties*/
#myTree a {
	cursor:hand;
	color:#FFFFFF;
	text-decoration:none;
}

/* Whole Folder Row*/
.ypxt-r-fo {
	background-image: url(../images/nav/navfolder_off.gif);
	font-weight:normal;
	color:#FFFFFF;
}

/* Whole File Row*/
.ypxt-r-fi {
	background-image: url(../images/nav/navfolder_off.gif);
	font-weight:normal;
}

/*Sub Nav Cell*/
.ypxt-clip .ypxt-n {
	background-image: url(../images/nav/navfile_off.gif);
}

.ypxt-clip .ypxt-i {
	background-image: url(../images/nav/navfile_off.gif);
}

/* Main Link Hover Functions */
#myTree a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

/* Normal Spacing Functions*/
.ypxt-n {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
}

/*This is the handler for the clicked link */
/*basically the page your on       */
#myTree a.ypxt-active {
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline!important;
}
.h1bluearrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding: 8px 2px 8px 0px;
}
.white11 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF}
