/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0;
	font-size: 0.8em;
	display: block;
	/*/*/display: block; /* */
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #CC0000;
}

/*Sets line-height of all top-level menuitems*/
#p7TMnav div {
}
/*Sets line-height of all other menuitems*/
#p7TMnav div div {
	padding-right: 10px;
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	background-color: #FFFFFF;
	border: 2px none #fff;
	width: 200px;
	position: absolute;
	left: -5px;
	top: 160px;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0;
	text-align: right;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .8em establishing a fluid cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 0;
	text-align: right;
	padding-right: 10px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
}
#p7TMnav div a:hover {
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #00442E;
	font-size: 9px;
	text-align: right;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#p7TMnav div div a:hover {
	color: #BEA47A;
	text-decoration: none;
}
