#breeds dl, #breeds dt, #breeds dd,#breeds  ul, #breeds li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#breeds {
	position: absolute;
	top: 20px;
	left: 0;
	width: 147px;
	font-size: 97%;
}
#breeds dt {
	cursor: pointer;
	margin: 2px 0;
	padding: 0 2px;
	height: 20px;
	line-height: 20px;
	/*border: 1px dotted #fff;*/
	text-align: left;
	font-weight: bold;
}
#breeds li {
	text-align: left;
	text-indent: 5px;
}
#breeds li a, #breeds dt a {
	color: #52668B;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
/*#breeds li a:visited, #breeds dt a:visited {
	text-decoration: none;
	color: #000;
}*/

#breeds li a:hover, #breeds dt a:hover {
	text-decoration: underline;
	color: #f00;
}
#breeds li a:focus {
	text-decoration: none;
	color: #f00;
}
#breeds li a:active, #breeds dt a:active {
	text-decoration: underline;
	color: #f00;
}
