@charset "utf-8";
/* CSS Document */
body {
	background-color: #313131;
}
.leftNavContainer {
	width: 152px;
	border-top: 1px solid #787878;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #303030;
	color: fff;
	font-family: Verdana, Geneva, sans-serif;
}
.navTop {
	width: auto;
	font-size: 11px;
	background-image: url(/images/template/sideNav/sidenavtop.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 21px;
}
.navTop a:link {
	text-decoration: none;
	color: #fff;
	display: block;
	width: auto;
	height: 15px;
	padding: 3px;
}
.navTop a:visited {
	display: block;
	width: auto;
	height: 15px;
	padding: 3px;
	text-decoration: none;
	color: #fff;
}
.navTop a:hover {
	background-image: url(/images/template/sideNav/sidenavtophoverfocus.jpg);
	background-repeat: repeat-x;
	display: block;
	width: auto;
	height: 15px;
	padding: 3px;
	text-decoration: none;
	color: #fff;
}
.navTop a:active {
	text-decoration: none;
	color: #CCC;
	display: block;
	width: auto;
	height: 15px;
	padding: 3px;
}
navTopDisplay {
	background-color: #454545;
	width: 90px;
	margin-top: 1px;
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #787878;
	border-left: solid 1px #666666;
	font-size: 11px;
	min-height: inherit;
	height: auto;
	clear: inherit;
}

/* Start of the middle tier of navigation*/
.navMid {
	font-size: 11px;
	background-image: url(/images/template/sideNav/sidenavmid.jpg);
	background-repeat: repeat-x;
	margin-left: 8px;
	display: block;
	width: inherit;

}
.navMid a:link {
	text-decoration: none;
	color: #fff;
	display: block;
	width: auto;
	height: 15px;
	padding: 3px;
}
.navMid a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	width: auto;
	height: 15px;
	padding: 3px;
}
.navMid a:hover {
	background-image: url(/images/template/sideNav/sidenavmidhoverfocus.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
	width: auto;
	color: #fff;
	height: 15px;
	padding: 3px;
}
.navMid a:active {
	text-decoration: none;
	display: block;
	width: auto;
	color: #CCC;
	height: 15px;
	padding: 3px;
}
navMidDisplay {
	background-color: #454545;
	width: inherit;
	margin-top: 1px;
	Border: solid 1px #666666;
	font-size: 11px;
	min-height: inherit;
	height: auto;
	clear: both;
}










/* Start of the third and bottom tier of the navigation*/
.navBtm {
	font-size: 11px;
	background-image: url(/images/template/sideNav/sidenavmid.jpg);
	background-repeat: repeat-x;
/*	margin-bottom: 10px;*/
	margin-left: 16px;
	display: block;
	width: auto;
	/*wid\th: 200px;*/
	min-height: inherit;
	/*border-top: solid 1px #787878;*/
	border-left: solid 1px #787878;
}
.navBtm a:link {
	text-decoration: none;
	color: #fff;
	display: block;
	width: auto;
	wid\th: 200px;
	height: 15px;
	padding: 3px;
}
.navBtm a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	width: auto;
	wid\th: 200px;
	height: 15px;
	padding: 3px;
}
.navBtm a:hover {
	background-image: url(/images/template/sideNav/sidenavmidhoverfocus.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
	width: auto;
	color: #fff;
	height: 15px;
	padding: 3px;
}
.navBtm a:active {
	text-decoration: none;
	display: block;
	width: auto;
	color: #CCC;
	height: 15px;
	padding: 3px;
}

