/* Left navigation styles */

#left_nav_container {
	float: left;
	width: 214px;
}
#left_nav_container a:visited {
	color: #000000;
}
.left_nav_top, .left_nav_bottom {
	display:block; 
}
.left_nav_top *, .left_nav_bottom * {
	display: block; 
	height: 1px; 
	overflow: hidden
}
.left_nav_top1 {
	background:#004cba;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
.left_nav_top2 { 
	background:#004cba;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	border-right: solid 1px #004cba;
	border-left: solid 1px #004cba;
}
.left_nav_top3 { 
	background:#004cba;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	border-right: solid 1px #004cba;
	border-left: solid 1px #004cba;	
}
.left_nav_top4 {
	height: 2px; 
	background:#004cba;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	border-right: solid 1px #004cba;
	border-left: solid 1px #004cba;
}
.left_nav_bottom1 {
	background: #c6c7b4; /*MJC 04/04/11 from #deded5;*/ 
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
.left_nav_bottom2 { 
	background: #c6c7b4; /*MJC 04/04/11 from #deded5;*/ 
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	border-right: solid 1px #c6c7b4;
	border-left: solid 1px #c6c7b4;
}
.left_nav_bottom3 { 
	background: #c6c7b4; /*MJC 04/04/11 from #deded5;*/ 
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	border-right: solid 1px #c6c7b4;
	border-left: solid 1px #c6c7b4;
}
.left_nav_bottom4 {
	height: 2px; 
	background: #c6c7b4; /*MJC 04/04/11 from #deded5;*/ 
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	border-right: solid 1px #c6c7b4;
	border-left: solid 1px #c6c7b4;
}
.left_nav_title {
	background:#004cba;
	background-image: url(../images/left-nav/left-nav-background.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 95%;
	padding: 4px 8px 8px 12px;
	border-right: 1px solid #004cba;
	border-left: 1px solid #004cba;
}
.left_nav_title a {
	color: #ffffff!important;
	text-decoration: none;
}
.left_nav_item {
	background:#ececec; /*MJC 04/04/11 from #f5f5f4; matches launcher bar gray*/
	border-right: 1px solid #c6c7b4;
	border-left: 1px solid #c6c7b4;
	border-bottom: solid 1px #c6c7b4; /*MJC 04/04/11 from #ddddcf;*/
	border-top: solid 1px #c6c7b4; /*MJC 04/04/11 from #ddddcf;*/
	padding: 8px 10px 6px 10px;
	font-size: 80%;
}
.left_nav_item a {
	text-decoration: none;
	color: #000000;
}
.left_nav_active {
	font-weight: bold;
	background-image: url(../images/left-nav/left-nav-active-gradient.gif)!important;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fcd37d;
}
#left_nav_container ul {
	margin: 0 6px;
	background-color: #d8e6f0;
	border-left: 1px solid #b6ccec;
	border-right: 1px solid #b6ccec;
	border-top: 2px solid #b6ccec;
	font-size: 90%;
}
#left_nav_container li {
	background-image: none;
	margin: 0;
	border-top: solid 1px #b6ccec;
	border-bottom: solid 1px #b6ccec;
	padding: 4px 8px 6px 8px;
}
#left_nav_container li a {
	text-decoration: none;
	color: #000000;
}
