a {
	color: #000000;
}

a:hover {
	color: #009;
}

.nav-wrap { 
	margin: 0px auto; 
	border-top: 0px solid #ffffff; 
	border-bottom: 5px solid #ffffff; 
	background-color: #ffffff;
	width: 960px;
}

.nav-wrap * {
	margin: 0;
	padding: 0;
}

/* Clearfix */

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

*:first-child+html .group {
	zoom: 1;
} 

/* IE7 */

/* Example One */

#example-one {
	margin: 0px auto;
	list-style: none;
	position: relative;
	width: 960px;
	background-color: #CCC;
}

#example-one li {
	display: inline-block;
	font-family: "Kaushan Script", cursive;
}

#example-one a {
	color: #009;
	font-size: 16px;
	float: left;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
}

#example-one a:hover {
	color: #C30;
}

#magic-line { 
	position: absolute;
	bottom: -5px; 
	left: 0; 
	width: 100px; 
	height: 5px; 
	background: #d70000;
}

.current_page_item a { 
	font-weight: bold;
	color: #ffffff !important; 
}

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

.ie6 #magic-line {
	bottom: -5px;
}

