/* MBW Section Tabs Navigation
 *
 * This revision is being manually managed to be equivalent to Web Publisher version #.
 * $Revision: 4.1 $	
 *
 * element options:
 *		li.active = selected choice
 */

.nn11-pilot {
	display:block;
	float:left;
}

.nn11-pilot ul {
	padding: 0;
	margin: 10px 0 0;
	float:left;
}

.nn11-pilot li {
	margin: 0 35px 0 0;
	list-style-type: none;
	float: left;
}

.nn11-pilot li a {
	font-weight:bold;
}

.nn11-pilot li.active a {
	color: #444;
	text-decoration:none;
}
