
@media Screen    
{
UL.mkTree LI {
	LIST-STYLE-TYPE: none
}
UL.mkTree {
	MARGIN-LEFT: 10px
}
UL.mkTree UL {
	MARGIN-LEFT: 10px
}
UL.mkTree LI {
	MARGIN-LEFT: 10px
}
UL.mkTree LI .bullet {
	PADDING-LEFT: 15px
}
UL.mkTree LI.liOpen .bullet {
	BACKGROUND: url(minus.gif) no-repeat left center; CURSOR: hand
}
UL.mkTree LI.liClosed .bullet {
	BACKGROUND: url(plus.gif) no-repeat left center; CURSOR: hand
}
UL.mkTree LI.liBullet .bullet {
	BACKGROUND: url(bullet.gif) no-repeat left center; CURSOR: default
}
UL.mkTree LI.liOpen UL {
	DISPLAY: block
}
UL.mkTree LI.liClosed UL {
	DISPLAY: none
}
UL.mkTree LI {
	FONT-SIZE: small}
UL.mkTree LI UL LI {
	FONT-SIZE: x-small}
UL.mkTree LI UL LI UL LI {
	FONT-SIZE: xx-small}
UL.mkTree UL LI UL LI UL LI LI {
	FONT-SIZE: xx-small}

}

.mkTree { color : #375788; }
.mkTree A { color : #375788; text-decoration:none;}
.mkTree A:hover, A:active { color : #375788; text-decoration:underline; }
