/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }

.nav-wrap { margin: 0px auto;  border-top: 0px solid ; width: 100%; }

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

#example-one { margin: 0 auto; list-style: none; position: relative; width: 960px; }
.cat-item { color: white; font-size: 14px; display: block; float: left; padding: 16px 30px 14px 30px; text-decoration: none; text-transform: uppercase; } 
#example-one li a:hover { }

#header a {color: #fff;}
