/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #faec8b;
	font-weight: bold;
	letter-spacing: 2px;
}
/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 16px 0;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #faec8b;
}
#p7TMctrl a:visited {
	color: #faec8b;
}
#p7TMctrl a:hover {
	color: #faec8b;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 29px; /* */
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	/*/*/line-height: 29px; /* */
}
#p7TMnav div {
	/*/*/line-height: 29px; /* */
	/*/*/background-color: #cccc99; /* */
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/*second level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
/*Sets border and bg color to establish the pastel BOXES*/
#p7TMnav div div {
	margin: 0 0 0 12px;
	background-color: #cccc99; /* */
	color: #333366;
	font-weight: normal;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #faec8b;
	font-size: 13px;
	background-image: url(nav_bar00.gif);
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 0px 0 0px 12px; /* */
	color: #faec8b;
}
#p7TMnav div a:visited {
	color: #faec8b;
}
#p7TMnav div a:hover {
	color: #FFFFFF;
	background-image: url(nav_bar01.gif);
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	background-image: url(nav_bar02.gif);
	text-align: right;
	padding-right: 20px;
	padding-bottom: 2px;
	letter-spacing: 1px;
}
#p7TMnav div div a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	background-image: url(nav_bar02.gif);
	text-align: right;
	padding-right: 20px;
	padding-bottom: 2px;
	letter-spacing: 1px;
}
#p7TMnav div div a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #CCCC99;
	background-image: url(nav_bar02.gif);
	padding-right: 20px;
	padding-bottom: 2px;
	letter-spacing: 1px;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: none;
	color: #990000 !important;
	padding-right: 20px;
	text-decoration: none;
	padding-bottom: 1px;
}

