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

* { margin: 0; padding: 0; }

.nav-wrap {margin:15px auto;  background-color: #ffffff; border-top: 2px solid #DFE6D2; border-bottom: 2px solid #DFE6D2; width:826px; }

.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: #654171; font-size: 14px; display: block; float: left; padding: 6px 10px 4px 8px; text-decoration: none; text-transform: uppercase; }
#example-one li a:hover { color: #DFE6D2; }
#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background: #DFE6D2; }

#example-two { margin: 0 auto; list-style: none; position: relative; width: 850px; }
#example-two li { display: inline; }
#example-two li a { position: relative; z-index: 200; color: #654171; font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 15px; display: block; float: left; padding: 6px 14px 4px 12px; text-decoration: none; text-transform: uppercase; }
#example-two li a:hover { color: white; }
#example-two #magic-line-two { position: absolute; top: 0; left: 0; width: 100px; background: #babae6; z-index: 100; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

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