/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Arial, sans-serif;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.4; /* */
}
#p7TMnav div {
	/*/*/background-color: #fff; /* */
}



/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #949598;
	font-size: 80%;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/border-top: 1px solid #DDDEE8;*/
	border-bottom: 1px dotted #999;
	/*border-left: 1px solid #DDDEE8;*/
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 2px 0 2px 12px; /* */
}

#p7TMnav div#brochure a {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	
}

#p7TMnav div a:hover {
	background-color: #aab5d2;
	color: white;
}



/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	background: #dfdfe0 url(/images/nav-arrow.gif) no-repeat center left !important;
	color: #818286 !important;
}
