.LeftNavi {
	background-color: #274576;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 0 0 8px 0; /* top right bottom left */
	width: 168px; /* Must take into account the padding and borders from the lines above. */
}

/*
Override the width of the PageBody from custom.css.
Must take into account the left and right padding in custom.css */
.PageBody {
	width: 583px !important;
}

.LeftNaviBox {
	border-bottom: 1px solid #9EAED8;
	width: 100%;
	background-color: #2C4E87;
}

.LeftNaviBox_Main {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 4px;
}
/* Optional yellow arrow -- Comment this section out to remove it. */
.LeftNaviBox_Main {
	padding-left: 17px !important;
	background-image: url(../images/bullet-yellowarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.LeftNaviBox_Sub {
	padding-top: 0;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 4px;
}

.LeftNaviBox_Main a, .LeftNaviBox_Sub p, .LeftNaviBox_Sub blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.LeftNaviBox_Main a {
	font-weight: bold;
	color: #FFFFFF;
}
.LeftNaviBox_Sub p, .LeftNaviBox_Sub blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 10px;
	background-image:   url("../images/bullet-lightblue.gif");
	background-repeat:	no-repeat;
	background-position: left center;
}
.LeftNaviBox_Sub p {
	font-weight: bold;
}
.LeftNaviBox_Sub a {
	color: #E1EBF7;
}
.LeftNaviBox_Sub blockquote {
	margin: 0 0 0 14px;
}
.LeftNaviBox_Sub blockquote p {
	font-weight: normal !important;
}
.LeftNaviBox_Sub blockquote a {
	color: #C7D9EF !important;
}

/* Set links to only show underlines on hover */
.LeftNavi a:link, .LeftNavi a:active, .LeftNavi a:visited { text-decoration: none; }
.LeftNavi a:hover { text-decoration: underline; }

