.nav-wrap {
	border-bottom-width: 3px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #9ED8E3;
	background-image: url(../images/nav-bg.gi);
	background-repeat: repeat-x;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
	background-color: #0099CC;
}

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



/* Example One */
#example-one {
	list-style: none;
	position: relative;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#example-one li { 
	display: inline-block;	
}
#example-one a {
	color: #FFF;
	font-size: 14px;
	float: left;
	padding: 6px 20px 4px 20px;
	text-decoration: none;
	text-transform: capitalize;
}
#example-one a:hover {
	color: #CCC;
}
#magic-line {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100px;
	height: 4px;
	background: #fe4902;
}
.current_page_item a {
	color: #CCCCCC !important;
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}
