ul {
	list-style-type: square;
	line-height: 18px;
	font-size: 12px;
	color: #932DAA;


}
ul ul {
	list-style-type: square;

}
ul ul ul {
	list-style-type: none;
	list-style-image: url(purple2.gif);

}
ul ul ul ul {
	list-style-type: circle;
}

.title 
{
	color: #FFFFFF;
	font-weight: bold;
}