
/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
border-bottom:3px solid #878765;
}

/*Sets default font style, line-height, borders of all menuitems*/
#p7TMnav div {
font-family:"Times New Roman", Times, serif;
font-size:1.3em;
line-height:1em;
font-weight:bold;
border-top:3px solid #878765;
border-bottom:2px solid #F5F5EB;
}



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

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #003399;
	text-transform: uppercase;
	text-decoration:none;
	display:block;
	padding: 7px 3px 7px 18px;
}

#p7TMnav div a:visited {
	color: #003399;
}
#p7TMnav div a:hover {
	background-color: #FFFFFF;
	color: #993333;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
font-size:0.9em;
line-height:1em;
	font-weight: normal;
	text-transform:none;
	color:#999966;
	background-color:#FFFFFF;
	padding: 2px 3px 4px 18px;
}
#p7TMnav div div a:visited {
	color: #999966;
}
#p7TMnav div div a:hover {
	background-color: #FFFFFF;
	color: #993333;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold !important;
	color: #993333 !important;
	background-color: #FFFFFF;
}


/* ===================== */
/* THESE THREE STYLES ARE USED TO SET-UP THE PLUS/MINUS LINKS AND GRAPHICS WHEN THAT OPTION HAS BEEN SELECTED  */
/* WE ONLY USE THEM IN THIS MENU TO BE ABLE TO CHANGE THE BGD COLOR OF THE MINUS SELECTION (SELECTED SECTION) */
/* ===================== */


/*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-image:url(images/icon_plus.gif);
background-position:5px 50%;
background-repeat:no-repeat;
}
.p7minusmark {
background-image:url(images/icon_minus.gif);
background-position:5px 50%;
background-repeat:no-repeat;
background-color:#FFFFFF;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
}





/* ===================== */
/* ALL STYLES BELOW ARE NOT USED WITH OUR MENU OPTIONS */
/* ===================== */

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	color: #003399;
	margin: 0 0 12px 0;
	display: none;
	text-transform:uppercase;
	/*/*/display: block; /* Hide from NN4*/
}

#p7TMctrl a:link {
	color: #00339;
	background-color: #FFFFFF;
}
#p7TMctrl a:visited {
	color: #990000;
	background-color: #FFFFFF;
	background-image: none;
}
#p7TMctrl a:hover {
	color: #990000;
}


/*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: 12px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}



/* ===================== */
/* THIS WEB SITE ONLY */
/* WILL EXPAND THE GIVING MENU FOR ALL PAGES IN GRANTS SECTIONS */
/* CONDITION: THE MENU'S TD CONTAINER NEEDS TO HAVE THE ID="expandGiving" ON THESE PAGES */
/* ===================== */
#expandGiving #giving div { 
display:block !important;
}
#expandGiving #giving a {
background-image:url(images/icon_minus.gif);
background-position:5px 50%;
background-repeat:no-repeat;
background-color:#FFFFFF;
}
#expandGiving #giving div a {
background-image:none;
}
