/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: .8em;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #333990;
}
#p7TMctrl a:visited {
	color: #333990;
}
#p7TMctrl a:hover {
	color: #333990;
	background-color: #CCCCCC;
}


/*Sets line-height of all menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.3; /* */
}


/*Sets background color and border around the menu DIV*/
#p7TMnav {
	border-bottom: 0px solid #999;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 .2em 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .6em establishing a fluid cascading indent*/
/*Sets a left border*/
#p7TMnav div div {
	margin: 0 0 0 1em;
	border-left: 1px solid #4367b1;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000;
	font-size: 14px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	color: #333990;
	border: 0px solid #4367b1;
	padding: 0 0 0 12px;
	/*background-color: #CCCCCC;*/
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #333990;
}
#p7TMnav div a:hover {
	color: #FFFFFF;
	background-color: #4367b1;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #333990;
	font-size: 14px;
	font-weight: normal;
	background-color: transparent;
	border: 0;
}
#p7TMnav div div a:hover {
	color: #FFFFFF;
	background-color: #4367b1;
	font-weight: normal;
}


/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-style:normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF!important;
	background-color: #4367b1 !important;
	padding: 0 0 0 12px!important;
}

