/*Sets line-height of menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.3; /* */
}

/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	background-color:  transparent;
	border: 0px inset;
	/*/*/border-top: 0px solid #ccc;
	border-right: 0px solid #666;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #666; /* */
	padding: 180px 0px 0px 75px;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #990000;
	font-size: 12px;
	font-weight: bolder;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 6px 6px 6px 6px;
	display: block;
	color: #003f00;
	background-image:url(images/bkg_paper2.gif);
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #003F00;
}
#p7TMnav div a:hover {
	color: #FF0000;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	text-align: right;
	background-image:url(images/bkg_paper2.gif);
	border: 0;
	color: #003F00;
}
#p7TMnav div div a:visited {
	color: #003F00;
}
#p7TMnav div div a:hover {
	color: #FF0000;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #990000 !important;
	padding: 9px 5px 5px 5px !important;
	background-color: transparent !important;
}
