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

* { margin: 0; padding: 0; }

.nav-wrap { margin: 5px auto;}

.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; }
#example-one li { display: inline; }
#example-one li a { color: #333; font-size: 14px; display: block; float: left; padding: 6px 10px 4px 5px; text-decoration: none; }
#example-one li a:hover { color: 000; }
#magic-line { position: absolute; bottom: -2px; left: 0; width: 75px; height: 2px; background: #bccbca; }

.current_page_item a, .current_page_item_two a { color: #5A8043; !important; }