/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p, a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	outline:none;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
text-align:center;
	margin: 5px 0 5px 0;
	color: #333;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}

#p7TMctrl a:link {
	color: #804d11;
}
#p7TMctrl a:visited {
	color: #804d11;
}
#p7TMctrl a:hover {
	color: #db8b00;
}


/*Sets line-height of menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.5; /* */
}


/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	padding: 1px;
}

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

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #804d11;
	font-size: 18px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0 0 0 18px;
	display: block;
	color: #804d11;
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	}
#p7TMnav div a:hover {
	color: #db8b00;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 13px;
	color: #804d11;
}
#p7TMnav div div a:visited {
	color: #804d11;
}
#p7TMnav div div a:hover {
	color: #db8b00;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	color: #a02603 !important;
	padding: 0 0 0 20px !important;
	background-color: #e5dfc1 !important;
}

