/* ===== 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: 190px; /* (width(#nav) */
	padding: 170px 0 0 0;
}

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

#nav li {
	line-height: 160%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 1em;
}

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

#nav li a {
	display: block;
	margin: 0 0 0 -1em;
	padding: 0 0 0 1em;
	text-decoration: none;
}

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

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

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

/* ===== IE hacks ===== */
* html #nav {
	left: -205px;  /* -(width(#nav) + padding-left(#breadcrumb)) */
	font-size: 75%;
}

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