/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#categoryList {
width: 822px;
margin:0;
padding:0 0 10px 10px;
background-color:#fff;
font-family: Arial,Helvetica,san-serif;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px dotted #ccc;
}

#categoryList li {
float:left;
list-style: none;
text-align: center;
font-size:11px;

}

#categoryList li a {

float:left;
padding:80px 4px 4px 4px;
width:73px;
text-decoration: none;
color:#698bca;
-webkit-transition: color .2s linear;
}

#categoryList li a#noiseCancelingHeadphones { background:#fff url('/graphics/categories/noiseCancelingHeadphones.jpg') top left no-repeat; }
#categoryList li a#accessories { background:#fff url('/graphics/categories/accessories.jpg') top left no-repeat; }
#categoryList li a#breastCancer { background:#fff url('/graphics/categories/breastCancer.jpg') top left no-repeat; }
#categoryList li a#extreme { background:#fff url('/graphics/categories/extreme.jpg') top left no-repeat; }
#categoryList li a#gaming { background:#fff url('/graphics/categories/gaming.jpg') top left no-repeat; }
#categoryList li a#soundIsolation { background:#fff url('/graphics/categories/soundIsolation.jpg') top left no-repeat; }
#categoryList li a#stereo { background:#fff url('/graphics/categories/stereo.jpg') top left no-repeat; }
#categoryList li a#telecom { background:#fff url('/graphics/categories/telecom.jpg') top left no-repeat; }
#categoryList li a#wireless { background:#fff url('/graphics/categories/wireless.jpg') top left no-repeat; }
#categoryList li a#audiologyProducts { background:#fff url('/graphics/categories/audiology.jpg') top left no-repeat; }

#categoryList li a:hover {
color:#000;
}

* html #categoryList { width:834px; }
* html #categoryList li a {width: 82px;}
