/* Put this inside a @media qualifier so Netscape 4 ignores it */
/* @media screen, print { */ 
	ul.mainmenu { margin-top: 30px; text-indent: -10px; line-height:16px;}
	/* Turn off list bullets */
	ul.mainmenu  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mainmenu, ul.mainmenu ul , ul.mainmenu li { margin-left:10px; padding:0px; padding-left: 3px; display: block; text-indent: -1.7em;}
	/* Provide space for our own "bullet" inside the LI */
	ul.mainmenu  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mainmenu  li.liOpen    .bullet { width: 19px; height: 19px; overflow: hidden; cursor: pointer; background: transparent url(../media/permanent/minus.gif)  top left no-repeat; }
	ul.mainmenu  li.liClosed  .bullet { width: 19px; height: 19px; overflow: hidden; cursor: pointer; background: transparent url(../media/permanent/plus.gif)   top left no-repeat; }
	ul.mainmenu  li.liBullet  .bullet { width: 19px; height: 19px; overflow: hidden; cursor: default; background: transparent url(../media/permanent/bullshit.gif) top left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mainmenu  li.liOpen    ul { margin: 3px 3px 3px 0px; display: block; background: url(../media/permanent/bg2.png);}
	ul.mainmenu  li.liOpen    ul li ul { margin: 3px 3px 3px 0px; display: block; }
	ul.mainmenu  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mainmenu  li { font-size: 12px; }
	ul.mainmenu  li ul li { font-size: 10px; }
	ul.mainmenu  li ul li ul li { font-size: 10px; }
	ul.mainmenu  li ul li ul li ul li { font-size: 10px; }
	a.toplevellink, a.toplevellink:visited { color: #fff; text-decoration: none; }
	a.mainsubmenulink, a.mainsubmenulink:visited { color: #fff; text-decoration: none; }
	a.infosubmenulink, a.infosubmenulink:visited { color: #fff; text-decoration: none; }
/*}*/	

.leftcolumn li {
	font-weight: bold;
}
