/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	;
	font-size: 12px;
	font-weight: bold;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 7px 0;
	display: block;
	/*/*/display: block; /* Hide from NN4*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#p7TMctrl a:link {
	color: #990066;
	text-decoration: none;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #00718F;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: 1.5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	outline: Solid;
	outline-width: 1px;
	outline-color: #CCCCCC;
}
#p7TMnav div {
	background-image: url(../../images/bg_menu_purple.png);
	border: solid #FFF 1px;
	background-repeat: no-repeat;
}

/*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 0;
	background-image: url(../../images/bg_menu_gray.png);
	background-repeat: no-repeat;
}
/*fourth level menuitem divs. Sets BOX color*/
#p7TMnav div div div div {
	/*/*/background-color: #CCCCCC; /* */
}
/*fifth level menuitem divs. Sets BOX color. Cascades to lower levels*/
/*To set additional level color BOXES, add a new selector with an additional -div- appended*/
#p7TMnav div div div div div {
	/*/*/background-color: #C0C0C0; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	font-size: 12px;
	line-height: 1.4;
	text-transform: capitalize;
	color: #990066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 13px; /* */
	color: #FFFFFF;
	line-height: 1.4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#p7TMnav div a:visited {
	color: #FFFFFF;
	padding: 2px 0 2px 13px;
}
#p7TMnav div a:hover {
	color: #FFFFFF;
	background-image: url(../../images/bg_menu_teal.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 10px;
	color: #990066;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#p7TMnav div div a:hover {
	color: #FFFFFF;
	background-image: url(../../images/bg_menu_teal.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 2px 0 2px 5px!important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	letter-spacing: 3px;
	color: #00718F!important;
	padding: 2px 0 2px 20px !important;
}
b.big1 {
	color: #99007C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
