/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/


/*body { font: 14px Arial, Helvetica, sans-serif; background: #2F2626; color: #eee; }*/

.nav-wrap { width: 580px; height: 30px; float: right; padding: 0px; margin-top: 96px; }

.group:after { visibility: hidden; display: block; content: " "; clear: both; padding: 0px; margin: 0px; color:#FFFFFF; float:right; }
*:first-child+html .group { zoom: 1; float:right; } /* IE7 */



#example-two { list-style: none; position: relative; width: 580px; height: 29px;  }
#example-two ul{ list-style: none; width: 580px; height: 29px; float: right; }
#example-two li { display: inline; width: 100px; height:29px; font-weight: 700; font-family: Trebuchet MS1, Trebuchet MS, sans-serif; }
#example-two li a { position: relative; z-index: 200; font-size: 15px; display: block; float: left; padding: 0px; margin-right: 5px; text-decoration: none; width: 90px;  height:24px; text-align:center; padding-top: 5px}
#example-two li a:hover { color: #bbbbbb; }
#example-two #magic-line-two { position: absolute; width: 90px; background: url(../images/menu_bg.png) no-repeat; }

.current_page_item_two a {  color:#ffffff; background: url(../images/menu_bg.png) no-repeat; height: 29px; }
