/*Sets background color, border, and padding around the menu DIV*/
#nav2 #p7TMnav {
	padding: 35px 5px 5px 10px;
	clear: both;
	font-size: 11px;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#nav2 #p7TMnav div div {
	margin: 0px;
	padding-left: 2px;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#nav2 #p7TMnav div a {
	padding: 4px 8px 2px 5px !important;
	display: block;
	background-color: #e9ecd4;
	text-decoration: none;
	margin-top: 4px;
	width: 135px;
	float: left;
	border: 1px solid #354437;
	color: #000;
}
#nav2 #p7TMnav div a:hover {
	background-color: #cacea9;
	color: #000;
	margin-top: 4px;
}

/*The Link styles for second-level menuitems*/
#nav2 #p7TMnav div div a {
	background-color: #dfdfdf;
	width: 133px;
}

#nav2 #p7TMnav div div a:visited {

}
#nav2 #p7TMnav div div a:hover {
	background-color: #b8b8b8;
}

/*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}*/
#nav2 #p7TMnav div div div a {
	background-color: #f4f4f4;
	width: 131px;
}

/*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*/

#nav2 #p7TMnav div .p7plusmark {
	background-image: url(/images/p7t_plus.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-color: #cde4e6;
	padding: 4px 0px 2px 0px !important;
	width: 18px;
	margin: 4px 2px 0px 0px;
	float: left;
	border-right: 1px solid #354437;
}
#nav2 #p7TMnav div .p7minusmark {
	background-image: url(/images/p7t_minus.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-color: #cde4e6 !important;
	padding: 4px 0px 2px 0px !important;
	width: 18px;
	margin: 4px 2px 0px 0px;
	float: left;
	border-right: 1px solid #354437;
}
#nav2 #p7TMnav div .p7plusmark:hover {
	background: #38949d url(/images/p7t_plus_over.gif) no-repeat 4px 5px;
}
#nav2 #p7TMnav div .p7minusmark:hover {
	background: #38949d url(/images/p7t_minus_over.gif) no-repeat 4px 5px !important;
}


#nav2 #p7TMnav div div .p7plusmark {
	background-image: url(/images/p7t_plus_sub.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-color: #dfdfdf;
	padding: 4px 0px 2px 0px !important;
	width: 18px;
	margin: 4px 2px 0px 0px;
	float: left;
	border-right: 1px solid #354437;
}
#nav2 #p7TMnav div div .p7minusmark {
	background-image: url(/images/p7t_minus_sub.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-color: #dfdfdf !important;
	padding: 4px 0px 2px 0px !important;
	width: 18px;
	margin: 4px 2px 0px 0px;
	float: left;
	border-right: 1px solid #354437;
}
#nav2 #p7TMnav div div .p7plusmark:hover {
	background: #b8b8b8 url(/images/p7t_plus_over_sub.gif) no-repeat 4px 5px;
}
#nav2 #p7TMnav div div .p7minusmark:hover {
	background: #b8b8b8 url(/images/p7t_minus_over_sub.gif) no-repeat 4px 5px !important;
}




/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	padding: 0 0 0 20px !important;
	background: #88913e !important;
	color: #FFFFFF !important;
}
.p7currentmark:hover {
	background-color: #cacea9 !important;
	color: #FFFFFF !important;
}
#nav2 #p7TMnav div div .p7currentmark:hover {
	background: #b8b8b8 !important;
}
#nav2 #p7TMnav div #submain {
	padding: 4px 8px 2px 6px !important;
	width: 123px;
}
#nav2 #p7TMnav div div #submain {
	padding: 4px 8px 2px 6px !important;
	width: 176px;
}