/*/*/ /* *//*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 0px;
	display: block;
	display: block;
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #cccccc;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: normal;
	text-align: left;
	vertical-align: text-top;
}

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

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	font-size: 11px;
	border-bottom-color:#C4C9CC;
	padding:0px 0px 0px 0px;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1px;
	border-left-width: 1;
	border-bottom-style: solid;	/*line-height: 13px;*/
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	padding:5px 10px 5px 0;	
	color:#FFFFFF;
	padding-left:20px;
	text-decoration: none;
	display: block;
	/*display: block;
	background-color: #A9D0E1;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 14px;*/
}
/*#p7TMnav div a:visited {
	color: #ffffff;
}*/
#p7TMnav div a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	/*font-size:12px;*/
	color:#FFFFFF;
	background-color: #000042;
	display:block;
	/*color: #ffffff;
	background-color: #7DA7A6;*/
}
/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 9px !important;
	background-color: #37639D;
	border: 1px;
	color:#000033;
	padding-left: 30px;
	border-bottom:solid;
	border-width:1px;
	border-bottom-color:#003333;
	text-transform:none;
}
#p7TMnav div div a:hover {
	font-size: 9px !important;
	color: #ffffff;
	background-color:#37639D;
}

/*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: 9px;
	background-color: #ececec;
	color: #333333;
	font-weight: normal;	
	padding-left: 40px;
}
#p7TMnav div div div a:hover {
	color: #ffffff;
	background-color: #0B405A;
	font-size: 9px;
	font-weight: normal;
	border-bottom-color:#DCDFE1;
}
#p7TMnav div div div div a {
	font-size: 9px;
	background-color: #cccccc;
	color: #666666;
	font-weight: normal;
}
#p7TMnav div div div div a:hover {
	color: #ffffff;
	background-color: #0B405A;
	font-size: 9px;
	font-weight: normal;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url("/p7tm/p7t_plus.gif");
	background-image: url("/p7tm/p7t_arrowUp.gif");
	background-position: 2px 50%;
	/*padding: 1px 0 1px 20px !important;*/
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url("/p7tm/p7t_minus.gif");
	background-image: url("/p7tm/p7t_downArrow.gif");
	background-position: 2px 50%;
	/*padding: 1px 0 1px 20px !important;*/
}
.p7defmark {
	background-image:  none;
	/*padding: 1px 0 1px 20px !important;*/
}
.p7currentmark {
	/*font-weight: bold;*/
	/*color: #000 !important;*/
	color:#FF6600 !important;
	/*padding: 1px 0 1px 18px!important;*/
	
	background-color:#FFFFFF !important;
	/*background-image: url(nav_onpage_bg.gif);*/
	/*background-repeat: repeat-y;*/
}

