
*{ 
font-family:Verdana; 
} 




#cat{
	width:170px;
	background:red;
}


#cat span a{
text-decoration:none;
}

#cat ul, #cat li{
	margin:0;
	padding:0;
	list-style-type:none;
}
/*#cat li span
{
	margin-left: 3px;
}*/

/*************************** OBERSTE EBENE *************************************/
#cat ul span{
	background-color:#4EA0FB;
	display:block;
	border: 1px solid white;
	padding:0;
	font:bold 11px Verdana,Geneva,Sans-Serif;
}
/*#cat ul span input
{
	width: 10px;
	height: 10px;
	position:absolute;
	right:5px;
	top:3px;
}*/

/*************************** ZWEITE EBENE *************************************/
#cajt ul ul
{
	border: 3px solid #4EA0FB;
	border-top:none;
	border-left: none;
}

#cat ul ul  span{
background-color:#8BB8F8;
font-weight:normal;
}
/*#cat ul ul span input
{
	width: 10px;
	height: 10px;
	position:absolute;
	right:5px;
	top:3px;
}*/

/*************************** DRITTE EBENE *************************************/
#jcat ul ul ul
{
	border: 3px solid #8BB8F8;
	border-top:none;
	border-left: none;
}
#cat ul ul ul span{
	background-color:#CCE9FF;
	font-size:10px;
	color:#000;
}
/*************************** VIERTE EBENE *************************************/
#cjat ul ul ul ul
{
	border: 3px solid #CCE9FF;
	border-top:none;
	border-left: none;
}
#cat ul ul ul ul span{
	background-color:#DBEFFF;
}

#cat ul ul ul ul span a{
	color:#000;
}
