/*Container Div for the navigation Menu*/
#navDiv {
	position:absolute; 
	left:36px; 
	top:288px; 
	width: 200px;
	z-index:100;
}

/* The navigation Div*/
#p7TMnav  {
	width: 200px;
}

/*Contains the Expand All and Collapse All controls*/
#p7TMctrl {
	font-size: 11px;
	display: none;
	/*/*/display: block; /* */
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#p7TMctrl a:link {
	color: #000000;
	text-decoration: none;
}
#p7TMctrl a:hover {
	color: #000000;
	text-decoration: underline;
}


/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000000;
	font-size: 11px;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #C7B96D; /* */
}

#p7TMnav div a:hover {
	color: #000000;
	background-image: url(bg_hover.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #000000;
	font-size: 11px;
	font-weight: 200;
	background-color: transparent;
	border-bottom: 1px solid #C7B96D;
	padding: 5px 0px 5px 15px;
}

#p7TMnav div div a:hover {
	color: #000000;
	background-image: url(bg_hover.jpg);
	background-repeat: no-repeat;
}


/*The Link style for third-level menuitems and lower*/
#p7TMnav div div div a {
	color: #000000;
	font-size: 11px;
	font-weight: 200;
	background-color: transparent;
	border-bottom: 1px solid #C7B96D;
	padding: 5px 0px 5px 15px;
}
#p7TMnav div div div a:hover {
	color: #000000;
	background-image: url(bg_hover.jpg);
	background-repeat: no-repeat;
}


/*The Link style for fourth-level menuitems and lower*/
/*To set a specific style for the fifth level, add a div to the selector*/
/*Fifth-level example syntax: p7TMnav div div div div div a {declaration}*/
#p7TMnav div div div div a {
	font-size: 11px;
}

/*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("p7geo_plus.gif");
	background-position: 0 50%;

}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url("p7geo_minus.gif");
	background-position: 0 50%;
}
*/
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
a.p7currentmark {
	color: #003928 !important;
	letter-spacing: 3px;
	background-repeat: no-repeat;
	background-image:    url(bg_hover.jpg);
	background-position: 0 50%;
}
