.CatDiv {
	width:280px;
	float:left;
	margin: 2px 3px;
}

.CatLevel1 {
	color: #FF8000; 
	font-size: 13px; 
	font-family: arial;
}

.CatLevel1 a, .CatLevel1 a:visited {
	color: #1D48A3; 
	font-weight: bold; 
	text-decoration:none;
	cursor:pointer;
}

.CatLevel1 a:hover {
	color: #FF0000; 
	font-weight: bold; 
	text-decoration:none;
	cursor:pointer;
}

.CatLevel2 {
	padding-left:10px;
	color: #0000CC; 
	font-size: 13px; 
	font-family: arial;
}

.CatLevel2 a, .CatLevel2 a:visited {
	color: #0000DF; 
	text-decoration:none;
}

.CatLevel2 a:hover {
	color: #FF0000; 
	text-decoration:none;
}

.CatLevel3 {
	margin-left:20px;
	color: #16387c; 
	font-size: 12px; 
	font-family: arial;
}

.CatLevel3 a, .CatLevel3 a:visited {
	color: #0080FF; 
	text-decoration:none;
}

.CatLevel3 a:hover {
	color: #FF0000; 
	text-decoration:none;
}

.CatLevel4 {
	margin-left:30px;
	color: #16387c; 
	font-size: 12px; 
	font-family: arial;
}

.CatLevel4 a, .CatLevel4 a:visited {
	color: #8F8F8F; 
	text-decoration:none;
}

.CatLevel4 a:hover {
	color: #FF0000; 
	text-decoration:none;
}