/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 

tr.parOpen td , tr.parClosed td, tr td {
	padding-left: 22px;
}

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
tr.parOpen td.back {
	cursor: pointer;
	background: url(../images/pricelist/minus.gif) center left no-repeat; 
}
tr.parClosed td.back { 
	cursor: pointer; 
	background: url(../images/pricelist/plus.gif)  center left no-repeat; 
}

td.noBack {
	background-image: none;
}

/* Sublists are visible oWr not based on class of parent LI */
tr.subOpen { 
	display: table-row; 
}
tr.subClosed { 
	display: none; 
}

tr.subOpen td.indent {
	padding-left: 30px;
}

/* Format menu items differently depending on what level of the tree they are in 
ul.mktree  li { 
	font-size: 12pt; 
}
ul.mktree li ul li { 
	font-size: 10pt; 
}
ul.mktree li ul li ul li { 
	font-size: 8pt; 
}
ul.mktree li ul li ul li ul li { 
	font-size: 6pt; 
}
}*/
