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

* { margin: 0; padding: 0; }
body {background: #2F2626; color: #eee; }
a{ color:#CCCCCC;}
.nav-wrap {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-two { margin: 0 auto; list-style: none; position: relative; width: 900px; }
#example-two li { display: inline; }
#example-two li a { position: relative; z-index: 200; color: #bbb; font-size: 12px; font-family:Verdana;display: block; float: left; padding: 11px 10px 9px 10px;   }
#example-two li a:hover { color: white; }
#example-two #magic-line-two { position: absolute; top: 0; left: 0; width: 100px; background: rgba(220, 133, 5, 0.9); z-index: 100;  }

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