/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/


/*Control DIV for expand all and collapse all links*/


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 2; /* */
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 0px;
	font-color: #2D458B;
	
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	background-image: url(tag1.jpg);
		font-size: 15px;
		color: #FFFFFF;
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
	border-bottom: 1px dotted;
	text-decoration: none;
	
}
/*The Link style for top-level menuitems hidden from Netscape 4*/


#p7TMnav div a:hover {
	color: #2D458B;
		letter-spacing: 0.01px;	
	background-image: url(tag2.jpg);
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 14px;
	color: #2D458B;
		background-image: url(tag4.jpg);
			border: 0;
		padding: 1px 0 1px 20px;
}



/*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}*/


/*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*/


.p7defmark {
	
	padding: 1px 0 1px 20px !important;
}
.p7currentmark {
		font-weight: bold;
		background-image: url(tag2.jpg);
	

}
