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

* { margin: 0; padding: 0; }

.nav-wrap { margin: 10px auto;  background-color: rgba(0,0,0,0.6); border-top: 2px solid white; border-bottom: 2px solid white; }

.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; padding: 6px 0 4px; position: relative; width: 950px; }
#example-one li { float: left; }
#example-one li a { color: #bbb; font-size: 10px; padding: 6px 10px 4px; text-decoration: none; text-transform: uppercase; }
#example-one li a:hover { color: white; }


.current_page_item a, .current_page_item_two a { color: white !important; }
