/* ===== Default stylesheet for navigation bar container =====
   - LC: Left Column
     - width: 14em
     - padding: 0 (total)
     - full-width: 14em
   - CC: Central Column
 */

#nav { /* LC */
	position: absolute;
	top: 0;
	left: 0;
	width: 14em; /* (width(#nav) */
	color: #000;
	background: #fff;
}

* html #nav { /* Hack for IE */
	left: -15.04em; /* -(width(#nav) + padding-left(#content) + border-left(#content)) */
}

#nav ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}

#nav li {
	line-height: 200%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 1em;
	background-color: #eee;
	color: #000;
	border: none;
	border-bottom: 1px dotted #000;
}

#nav li.active {
	background-color: #d4f5f5; /* #container BG color */
}

#nav li a {
	display: block;
	margin: 0 0 0 -1em;
	padding: 0 0 0 1em;
	background-color: #eee;
	color: #000;
	text-decoration: none;
	border: 0;
}

* html #nav li a { /* Hack for IE */
	width: 100%
}

#nav li li {
	border-bottom: none;
}

#nav ul ul li {
	border-top: 1px dotted #000;
	border-left: 1px dotted #000;
}

#nav li a:hover, #nav li a:focus {
	background: #3a1515;
	color: #fff;
}

/* ===== WAB Cluster link class ===== */
#nav div.cluster-link {
	margin-top: 2ex;
	padding: 0.05ex 1em;
	font-size: 85%;
	background-color: #ffefdf;
	text-align: center;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

/* ===== IST logo class ===== */
#nav div.ist-logo {
	padding: 4ex 0.5ex;
	text-align: center;
}

#nav div.ist-logo a img {
	text-decoration: none;
	border: 0;
}
