/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
	 
	 .nav-wrap: border-top: 2px solid white; border-bottom: 2px solid white; 
	 !important
	 text-transform: uppercase; 
	 rgba(9,28,3,0.6)
*/


.nav-wrap {font: 14px Arial, serif; width: 800px; margin: 50px 0 0 120px; background-color: rgba(9,28,3,0.6); }

.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: 800px; }
#example-one li { display: inline; }
#example-one li a { color: #668660; font-size: 16px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; text-transform: uppercase; }
#example-one li a:hover { color: white; }
#magic-line { position: absolute; bottom: -2px; left: 0; width: 800px; height: 2px; background: #5e9d5d; }


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