/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #602020;
}
#p7TMctrl a:visited {
	color: #602020;
}
#p7TMctrl a:hover {
	color: #FF9901;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 18px;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #602020;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EB8E43;
	text-align: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FE9900;
	width: 166px;
	clear: both;
	padding-left: 2px;
	text-indent: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB8E43;
	background-color: #F4D694;
}
#p7TMnav div a:visited {
	color: #602020;
}

#p7TMnav div a:hover {
	background-color: #EB8E43;
	color: #390203;
	font-weight: bold;
	padding-left: 2px;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	color: #602020;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F4D694;
	text-align: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #EB8E43;
	padding-left: 2px;
	text-indent: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EB8E43;
	border-bottom-color: #EB8E43;
}

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

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(nav_plus1.gif);
	background-position: 0 50%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(nav_minus1.gif);
	background-position: 0 50%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 2px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	color: #C87937 !important;
}
.emailsign
 {
	border: 1px solid #800000;
}
