/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 10px;
	display: block;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
}
#p7TMctrl a:visited {
}
#p7TMctrl a:hover {
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.em; /* */
	line-height: 18px;
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {

}
#p7TMnav div {
	background-image: url(../images/buttons/blank_button_200x22.gif);
	background-repeat: no-repeat;
}

/*second level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
/*Sets border and bg color to establish the pastel BOXES*/
#p7TMnav div div {
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
	background-image: url(../images/buttons/blank_button_188x22.gif);
}

/*third level menuitem divs. Sets BOX color*/
#p7TMnav div div div {
	background-image: url(../images/buttons/blank_button_176x22.gif);
	background-repeat: no-repeat;
}
/*fourth level menuitem divs. Sets BOX color*/
#p7TMnav div div div div {
	background-image: url(../images/buttons/blank_button_164x22.gif);
	background-repeat: no-repeat;
}
/*fifth level menuitem divs. Sets BOX color. Cascades to lower levels*/
/*To set additional level color BOXES, add a new selector with an additional -div- appended*/
#p7TMnav div div div div div {
	background-image: url(../images/buttons/blank_button_152x22.gif);
	background-repeat: no-repeat;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #666666;
	font-size: 11px;
	font-weight: 600;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 6px;
}
#p7TMnav div a:visited {
	color: #666666;
}
#p7TMnav div a:hover {
	font-weight: 600;
	background-image: url(../images/buttons/blank_over_button_200x22.gif);
	background-repeat: no-repeat;
	color: #000000;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	color: #666666;
}
#p7TMnav div div a:hover {
	background-image: url(../images/buttons/blank_over_button_188x22.gif);
	background-repeat: no-repeat;
}

#p7TMnav div div div a {
	font-size: 11px;
}
#p7TMnav div div div a:hover {
	background-image: url(../images/buttons/blank_over_button_176x22.gif);
	background-repeat: no-repeat;
}

#p7TMnav div div div div a {
	font-size: 11px;
}
#p7TMnav div div div div a:hover {
	background-image: url(../images/buttons/blank_over_button_164x22.gif);
	background-repeat: no-repeat;
}

#p7TMnav div div div div div a {
	font-size: 11px;
}
#p7TMnav div div div div div a:hover {
	background-image: url(../images/buttons/blank_over_button_152x22.gif);
	background-repeat: no-repeat;
}

/*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(file:///C|/Data/Websites/Metalcraft-Industries.com/css/p7t_plus.gif);
	background-position: 8px 50%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(file:///C|/Data/Websites/Metalcraft-Industries.com/css/p7t_minus.gif);
	background-position: 8px 50%;
	padding: 2px 0 2px 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 2px 0 2px 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	letter-spacing: 3px;
	background-color: transparent !important;
	color: #FFFFFF !important;
	padding: 2px 0 2px 20px !important;
}

