.leftnav A DIV {
	text-decoration: none;
}


.leftNavBkgd {
	width: 144px;
	white-space: nowrap;

}
/*Control DIV for expand all and collapse all links*/
.p7TMctrl {
	margin: 3px 0px 4px 23px;
	font-size: 11px;
	display: none;
	/*/*/display: block; /* Hide from NN4 */
}
.p7TMctrl a:link {
	color: #666666;
	text-decoration: none;
}
.p7TMctrl a:visited {
	color: #666666;
	text-decoration: none;
}
.p7TMctrl a:hover {
	color: #CC0033;
	text-decoration: underline;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*line-height: 1.55;*/
	position: block;
	
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	padding: 0px 0px 0px -10px;
	width: 150px;
	WHITE-SPACE: nowrap;
	margin-top: 8px;
	
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	width: 165px;
	text-decoration: none;
	font:12px/1.35 Arial, Helvetica, sans-serif;
	color:#58595b;
	margin-left: -8px;
	margin-bottom: -8px;

}

#p7TMnav div a:visited {
	width: 165px;

}
#p7TMnav div a:hover {
	width: 168px;
	WHITE-SPACE: nowrap;
	text-decoration: underline;
	color: #CC0033;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	border: 0;
	width: 165px;

}
#p7TMnav div div a:hover {
	width: 165px;
	WHITE-SPACE: nowrap;
}

/*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 {
	width: 165;

}

/*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(images/rt1.gif);
	background-position: 165px 50%;
	padding: 1px 0 1px 8px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(images/dn1.gif);
	background-position: 165px 50%;
	padding: 1px 0 1px 8px !important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 8px !important;
}
.p7currentmark {
	/*text-transform: uppercase;*/
	color: #3A81AD !important;
	padding: 1px 0 1px 8px !important;
	background-color: transparent !important;
}

