/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div{
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: normal;
	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: #323d7f;
}
#p7TMctrl a:visited {
	color: #323d7f;
}
#p7TMctrl a:hover {
	color: #323d7f;
	background-color: #CCCCCC;
}


/*Sets line-height of all menuitems*/
#p7TMnav div {
	/*/*/line-height: 24px; /* */
}

/* Holly Hack: Hide From IE5/Mac \*/ 
* html img { 
	margin: 6px 0; 
	vertical-align: middle; 
	} 
/* Holly Hack: End Hide From IE5/Mac */


/*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 .0em 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 mit LINIE*/
#p7TMnav div div {
	margin: 0 0 0 0.0em;
	border-left-color: #dad9d9;
	border-left-style: solid;
	border-left-width: 1px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000;
	font-size: 16px;
}
/*The Link style for top-level menuitems hidden from Netscape 4 mit LINIE*/
#p7TMnav div a {
	/*/*/display: block;
	color: #474646;
	border-left-color: #dad9d9;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 0 0 0 0px;
	/*background-color: #CCCCCC;*/
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #474646;
}
#p7TMnav div a:hover {
	color: #323d7f;
	background-color: transparent;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #474646;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	border: 0;
	margin: 0 0 0 8px;
}
#p7TMnav div div a:hover {
	color: #323d7f;
	/*background-color: #323d7f;*/
	font-weight: normal;
}


/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-style:normal;
	font-weight: normal;
	text-transform: none;
	color: #323d7f!important;
	/*background-color: #323d7f !important;*/
	padding: 0 0 0 0px!important;
}


