/*here are ONLY rules connected with the menu. all other rules are in standard.css*/
DIV.handle1
      {
	position:absolute;
	left:0px;
	top:50%;
	width:14px;
	height:22px;
	margin-left:0px;
	margin-top:-40px;
	cursor: hand;
	overflow: hidden;
	}
DIV.upp
      {
	position:absolute;
	left:0px;
	top:50%;
	width:14px;
	height:116px;
	margin-left:0px;
	margin-top:-157px;
	overflow: hidden;
      }
DIV.ctrl
      {
	left:0px;
	top:9px;
	margin-left:0px;
	width:188px;
	height:15px;
	z-index:4;
	position: absolute;
	overflow: hidden;
		  }
DIV.gpstree
      {
	left:0px;
	top:28px;
	margin-left:0px;
	width:188px;
	height:240px;
	z-index:4;
	position: absolute;
	overflow: hidden;
		  }
.treetxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
}

/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p, body{
	background-attachment: fixed;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 3px 0 5px 0;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

#p7TMctrl a:link {
	color: #330000;
	text-decoration: none;
}
#p7TMctrl a:visited {
	color: #330000;
		text-decoration: none;
}
#p7TMctrl a:hover {
	text-decoration: none;
	color: #FFCCCC;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
position:absolute;
left:0;
top:0;
	/*/*/line-height: 1.5; /* */
}
/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {

}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 8px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #996699;
	font-size: 10px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
.naamnet {
	padding: 0 0 0 0px;
}
#p7TMnav div a {
	padding: 0 0 0 12px;
	display: block;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
#p7TMnav div a:hover {
	color: #FFFFCC;
	}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 9px;
	color: #660033;
}
#p7TMnav div div a:visited {
	color: #663300;
}
#p7TMnav div div a:hover {
	color: #FFFF99;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 9px;
}
#p7TMnav div div div div a {
	padding: 0 0 0 7px !important;;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(img/tc.png);
	background-position: 4px 50%;
	padding: 0 0 0 15px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(img/to.png);
	background-position: 4px 50%;
	padding: 0 0 0 15px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 15px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	color: #FF3300!important;
	padding: 0 0 0 15px !important;
	font-style: normal;
	letter-spacing: 3px;
	{
