#profiles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#profiles ul li{
	font-weight:bold;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	clear:both;
	float:left;
}
#profiles ul li ul li{
	font-weight:normal;
	float: none;
	clear: both;
}
#profiles ul li ul li ul li{
	font-weight:normal;
	float:left;
	clear: none;
	position: relative;
	padding: 2px;
	background-color: #F90;
	color: #FFF;

}
#profiles ul li ul li ul li a {
	color: #FFF;
	text-decoration: none;
	}
#profiles ul li ul li ul li a:hover {
	text-decoration:underline;
	list-style-image: none;
	list-style-type: none;
	clear: both;
	float: left;
	}


