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

* { margin: 0; padding: 0; }
body { font: 12px ; color:#000; font-family:Verdana;}
a{ color:#CCCCCC;}
.nav-wrap {height:40px; }

.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 ; list-style: none; position: relative; width: 900px; height:42px; }
#example-two li { display: inline; }
#example-two li a { position: relative; z-index: 200; color: #000; font-size: 12px; display: block; float: left; padding: 14px 17px 9px 17px; text-decoration: none;}
#example-two li a:hover { color: #000; }
#example-two #magic-line-two { position: absolute; top: 0; left: 0; width: 100px; background: rgba(241, 241, 241, 0.5); z-index: 100;  }

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