
@media Print, Screen    
{
		UL.mktree LI {
			LIST-STYLE-TYPE: none;
			PADDING-LEFT: 0px
		}
		UL.mktree {
			PADDING-RIGHT: 0px; PADDING-LEFT: -25px; PADDING-BOTTOM: 0px; MARGIN-LEFT: 0px; PADDING-TOP: 0px
		}
		
		UL.mktree LI .bullet {
			PADDING-LEFT: 11px; MARGIN-LEFT: 0px
		}
		UL.mktree LI.liOpen .bullet {
			PADDING-LEFT: 11px; BACKGROUND: url(img/bullet.jpg) no-repeat left center; CURSOR: pointer;			
		}
		UL.mktree LI.liClosed .bullet {
			BACKGROUND: url(img/bullet.jpg) no-repeat left center; CURSOR: pointer;		
		}
		UL.mktree LI.liBullet .bullet {
			PADDING-LEFT: -10px; BACKGROUND: url(img/dddddd.jpg) no-repeat left center; CURSOR: default;
		
		}
		UL.mktree LI.liOpen UL {
			DISPLAY: block; BACKGROUND: url(img/txt_water.jpg)
		}
		UL.mktree LI.liClosed UL {
			DISPLAY: none; BACKGROUND: url(img/txt_water.jpg)
		}
		UL.mktree LI {
			font-family: "Tahoma", "Microsoft Sans Serif";						
			color: #000000;
			font-weight : normal;
			font-size : 13px;
			text-decoration : none;
		}
		UL.mktree LI UL LI {
			font-family: "Tahoma", "Microsoft Sans Serif";
			PADDING-LEFT: 0px;
			color: #000000;
			font-weight : normal;
			font-size : 11pt;
			text-decoration : none;
		}
		UL.mktree LI UL LI UL LI {
			font-family: "Tahoma", "Microsoft Sans Serif";
			color: #000000;
			font-weight : normal;
			font-size : 13px;
			text-decoration : none;
		}
		UL.mktree LI UL LI UL LI UL LI {
			font-family: "Tahoma", "Microsoft Sans Serif";
			color: #000000;
			font-weight : normal;;
			font-size : 13px;
			text-decoration : none;
		}


}
