/**
Turn off UL bulleting:
list-style-type: none;
**/

#channel{

	list-style-image: url('channel_plus.jpg');
	font-weight:bold;

}

#subchannel1{

	list-style-image: url('channel_sub1.jpg');
	font-weight:bold;

}

#subchannel2{
	list-style-image: url('channel_sub2.jpg');
	font-weight:bold;
} 

#user {

	list-style-image: url('user.jpg');
	font-style: italic;
	font-weight: normal;

}

#root{
	list-style-image: url('root.jpg');
	font-weight:bold;
} 

#noimage{
	list-style-image: none;
	list-style-type:none;
}

table {

	font-family:Tahoma;
	font-size: .9em;

}
