/*font family for page*/
div, p, td, ul {
	font-family:  Arial, Trebuchet MS,sans-serif;
}




/*fixes image display bug in Netscape 6 for images in the CtrlDiv*/
#CtrlDiv img {
	display: block; 
}



/* The navigation Div*/
#p7TMnav  {
	/*/*/background-color: #C3C3C3; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000000;
	font-size: 11px;
	font-weight: bold
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/color: #000000;
	font-size: 11px;
	background-color: #EBEBEB;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFFFFF; /* */
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 34px;
}

#p7TMnav div a:hover {
	color: #000000;
	background-color: #C3C3C3;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #000000;
	font-size: 11px;
	background-color: transparent;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 28px;
}
#p7TMnav div div a:hover {
	color: #000000;
	background-color: #CC6633;
}

/*The Link style for third-level menuitems and lower*/
#p7TMnav div div div a {
	font-size: 11px;
	color: #000000;
	padding: 1px 2px 1px 36px;
	background-color: #DDDBDB;
}

#p7TMnav div div div a:hover {
	color: #000000;
	background-color: #DF885C;
}

/*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 corresponding to current page (You are Here)*/
a.p7currentmark {
	font-weight: bold;
	background-color: #CC6633!important;
	color: #000000!important;
	background-repeat: no-repeat;
	background-image:    url("p7geo_here.gif");
	background-position: 0 50%;
}
