/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-size: 11px !important;
}

#p7TMctrl {
	margin: 0 auto 12px;
	text-align:center;
	font-size: 11px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}

#p7TMctrl a {
	font-size: 11px;
	text-decoration: none;
}
#p7TMctrl a:link {
	color: #FFFFFF;
}
#p7TMctrl a:visited {
	color: #FFFFFF;
}
#p7TMctrl a:hover {
	color: #dda400;
}


/*Sets line-height of menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.9;
	background-color: #5d97bd !important;
	margin-bottom: 12px;
	font-size: 11px;

}


/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	padding: 0;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0 0 0 6px;
	display: block;
	font-size: 11px;
	background-color: #164b6f;
	color: #FFF;
	text-decoration: none; /* */
	line-height: 2;


*/	
; 		text-align: left;
}
#p7TMnav div a:visited {
	color: #FFF !important;
}
#p7TMnav div a:hover {
	background-color: #0d344e;
	color: #dda400;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div {
	margin: 0 0 3px 5px;
	background-color: none !important;
	padding-bottom: 5px;
}
#p7TMnav div div a {
	font-size: 11px;
	border: 0;
	color: #FFFFFF;
	text-align: left;
	background-color: #5d97bd !important;
	line-height: 1.5;
	font-weight: normal;
}
#p7TMnav div div a:visited {
	color: #FFF !important;
}
#p7TMnav div div a:hover {
	color: #dda400 !important;
}

/*The Link style for third-level menu	items 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 {
	padding-top: 5px;
	padding-bottom: 0;
}


#p7TMnav div div div a {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	background-color: none !important;
}

/*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(p7t_plus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(p7t_minus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !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;
	text-transform: uppercase;*/
	color: #dda400 !important;
	padding: 0 0 0 20px !important;
	background-color: #5d97bd !important;
}
