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

* { margin: 0; padding: 0; }
body { color: #eee; }

.nav-wrap {float:left; height:52px; width:704px; text-align:center; }

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

#example-two { margin: 0 auto; list-style: none; position: relative;}
#example-two li { display: inline; line-height:40px; }
#example-two li a { position: relative; z-index: 200; color: #ffffff; font-size: 14px; display: block; float: left; padding: 7px 20px 4px 20px; text-decoration: none; }
#example-two li a:hover { color: white; }
#example-two #magic-line-two { position: absolute; top: 0; left: 0; width: 100px; background: #388115; z-index: 100; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

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