/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.nav-wrap{width:963px; height:51px; margin:0 auto;}
.group:after{visibility: hidden; display: block; content: ""; clear: both; height: 0; float:left;}

#example-two{width:100%; height:32px; margin:9px auto 0 auto; position: relative;}

#example-two li:first-child{background:none; display:inline-block;}
#example-two li{width:auto; height:51px; background:url(../images/top_nav_div.png) no-repeat 0 20px; float:left; display: inline-block; padding:0 10px 0 10px;}

#example-two li a{ height:51px; display:block; position:relative; z-index: 200; font-family:'JointbyPizzaDude', Arial, Helvetica, sans-serif; font-size:30px; font-weight:normal; line-height:38px; color:#fff; text-align:center; text-shadow:1px 1px 2px #863c00; text-transform:uppercase; padding:0 2px 0 18px; }

#example-two li a:hover {color:#fff;}

a:hover{ /*For Hover Color transition Effect*/
    text-decoration: none;
	-webkit-transition:color 1s;
	-moz-transition:color 0.6s;
	-o-transition:color 0.6s;
	-ms-transition:color 0.6s;
	transition:color 2.2s;
}

#example-two #magic-line-two { 
	position:absolute; top: 0; left: 0; z-index: 100;
	background: #d35e00; width:100px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius:5px;
}

.current_page_item_two a{color:#fff !important;}

.ie6 #example-two li, .ie7 #example-two li{display: inline;}

#example-two li a.news{color: #bc5400;}
#example-two li a:hover.news{color: #00b7f0; }