/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Control DIV for expand all and collapse all links- NOT SURE*/
#p7TMctrl {
	margin: 0 0 0px 0;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #333333;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
	background-color: #D09E37;
	font-family: "Times New Roman", Times, serif;
}

/*SECOND LEVEL INDENT AND SPACING -GOOD/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 5 5 5 20px;
}
/*The Link style for top-level menuitems -dont know dpb*/

{
 #p7TMnav div a {
	background: #E9E9E9;
	font-weight: bold;
font-size: 10px;
	padding: 0;
	color: #a3823d;
}
#p7TMnav div a:visited {
	color: #333333;
}
#p7TMnav div a:hover {
	color: #333333;
}

/*FONT OF DROP DOWN DPG GOOD*/
#p7TMnav div div a {
	font-size: 10px;
	color: #333333;

}

/*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: 10px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	background-image:   url(p7t_plus.gif);
	background-position: 0 50%;
	padding: 10 0 0 0px !important;
}
.p7minusmark {
		text-transform: uppercase;
		font-weight: bold;
	background-repeat: no-repeat;
	background-image:   url(p7t_minus.gif);
	background-position: 0 50%;
	padding: 10 0 0 0px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 10 0 0 0px !important;
}

/*for DROP DOWN -dpb menu FONT color	 - HOLD text-transform: uppercase;
*/
.p7currentmark {
font-weight: normal;
	color: #7E6530 !important;
}
.brightblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000CC;
	background-color: #CCCCCC;
}
