/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; margin-left:0px; margin-top:0px; margin-bottom:0px; padding:0px; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:0px; margin-top:0px; margin-bottom:0px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li.bullet { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; }
	ul.mktree  li.liBullet  .bullet { cursor: default;  }
	
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	
	}
	ul.mktree  li ul li { font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight:normal; 
	margin-left:8px;
	}
	ul.mktree  li ul li ul li { font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold; }
	ul.mktree  li ul li ul li ul li { font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold; }
	
	#searchsubmit {

background:#ffffff none repeat scroll 0 0;
border-color:#ffffff;
border-style:solid;
border-width:3px 2px;
color:#000000;
font-weight:bold;
text-transform:uppercase;
padding-left:0px;}

img
{
border:none;}
