/* nn08: MBW Sidetabs Navigation 
 *
 * This revision is being manually managed to be equivalent to Web Publisher version #.
 * $Revision: 12.1 $
 *
 * supported elements:
 *   h3: optional header
 *   ul+li: list of choices
 * 
 * element options:
 *	li.active: the selected choice
 */

.nn08-pilot {
	position:relative;
	background-color: #f2f2f2;
	border: 1px solid #d6d6d6;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e5e5e5;
}
.nn08-pilot .ctl, 
.nn08-pilot .ctr, 
.nn08-pilot .cbl, 
.nn08-pilot .cbr {
	display:block;
	height:6px;
	width:6px;
	position:absolute;
	background:url('//www.static-cisco.com/assets/pilot/nn08/nn08-corners.gif') no-repeat 0 0;
	line-height:4px;
	font-size: 0;
}
.nn08-pilot .cbl, 
.nn08-pilot .cbr {
	width: 6px; 
	height: 7px;
}

.nn08-pilot .ctl {
	top: -1px;
	left:-1px;
}
.nn08-pilot .ctr {
	top: -1px;
	right: -1px;
	background-position: 0 -6px;
}
.ie67 .nn08-pilot .ctr {
	right:-3px;
}
.nn08-pilot .cbl {
	bottom: -1px;
	left: -1px;
	background-position: 0 -19px;
}
.nn08-pilot .cbr {
	bottom:-1px;
	right:-1px;
	background-position: 0 -12px;
}
.ie67 .nn08-pilot .cbr {
	right:-3px;
}

.nn08-pilot ul {
	list-style-type:none;
	margin: 0;
}
.nn08-pilot li {
	padding: 0;
	margin: 0;
}
.nn08-pilot li.active {
	background: url('//www.static-cisco.com/assets/pilot/nn08/nn08-active-bg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #e5e5e5;
}
.nn08-pilot li a {
	display: inline-block;
	border-bottom: 1px solid #ccc;
	padding: 6px 30px 6px 20px;
	color: #666;
	width: 170px;
}
.nn08-pilot li.active a,
.nn08-pilot li.active a:hover {
	color: #444;
	background: url('//www.static-cisco.com/assets/pilot/nn08/nn08-active-arrow.gif');
	background-position: 204px 50%;
	background-repeat: no-repeat;
	font-weight:bold;
}
.nn08-pilot li a:hover {
	text-decoration: none;
	background: url('//www.static-cisco.com/assets/pilot/nn08/nn08-hover-arrow.gif');
	background-position: 204px 50%;
	background-repeat: no-repeat;
	background-color: #e3e3e3;
}
.nn08-pilot h3 {
	padding: 15px 20px;
	margin: 0;
	border-bottom: 1px solid #d6d6d6;
	color: #444;
}
.nn08-pilot h3.first {
	border-top: 0;
}
