	#breedAlphaCategories {
		height:200px;
		background:#f1f1f1;
		padding:5px 15px;
		border:1px solid #BDBCBD;
		float:none;
		clear:both;
	}
	.breedAlphaCategoryBox {
		/* if not for ie6, this could be done properly with margin */
		padding:10px 25px 0px 25px;
		width:135px;
	}
	.breedAlphaCategoryBoxLast {
		/* if not for ie6, this could be done properly with margin */
		padding:10px 25px 0px 25px;
		width:135px;
		left:-200px;
	}
	#breedAKCCategories {
		margin:5px 0px 20px 0px;
		height:380px;
		padding:5px 15px;
		border:1px solid #BDBCBD;
		background-image:url('../img/backgrounds/productDetailBackground.gif');
		background-position:bottom;
		background-repeat:repeat-x;
	}
	.categoryDetailsHover {
		padding:0 5px;
		background:#fff;
		border:1px solid #ddd;
		position:absolute;
		display:none;
		margin-top:-145px;
		margin-left:40px;
		text-align:left;
	}
	.categoryDetailsHover ul, .categoryDetailsHoverLast ul, .categoryDetailsHoverLast2 ul, .categoryDetailsHoverLast1 ul {
		display:block;
		float:left;
		padding:0 5px;
		margin:5px;
		min-width:100px;
	}
	.categoryDetailsHoverLast {
		padding:0 5px;
		background:#fff;
		border:1px solid #ddd;
		position:absolute;
		display:none;
		margin-top:-145px;
		margin-left:-430px;
		text-align:left;
	}
	.categoryDetailsHoverLast2 {
		padding:0 5px;
		background:#fff;
		border:1px solid #ddd;
		position:absolute;
		display:none;
		margin-top:-145px;
		margin-left:-360px;
		text-align:left;
	}
	.categoryDetailsHoverLast1 {
		padding:0 5px;
		background:#fff;
		border:1px solid #ddd;
		position:absolute;
		display:none;
		margin-top:-170px;
		margin-left:-130px;
		text-align:left;
	}
	/* \*/
	* html .categoryDetailsHover {
		width:300px;
		margin-left:0px;
	}
	* html .categoryDetailsHover ul {
		width:130px;
	}
	* html .categoryDetailsHoverLast {
		width:300px;
		margin-left:-400px;
	}
	* html .categoryDetailsHoverLast ul {
		width:130px;
	}
	/* */