


/* Navigation */

nav {
	margin-bottom: 30px;
	position: relative;
}

nav ul {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 2px solid #bbb;
}

nav li {
	float: left;
	margin-right: 35px;
	
}

nav li a {
	color: #666;
	font-weight: bold;
	margin-right:20px;
}

nav li a:hover,
nav li a:focus,
nav li a.current {
	color: #000;
}


nav li  a.current {
	font-size:20px;
	position:relative;
	top:-11px;
}
nav #indicator {
	position: absolute;
	left: 15px;
	bottom: 5px;
	width: 12px;
	height: 7px;
	background-image: url('http://www.break-even.it/js/tabs/img/notch.png');
}





/* Content */

#content section {
	display: none;
}

#content p {
	margin-bottom: 1em;
	max-width: 50em;
	line-height: 1.6;
}