

.LeftNav {
	
	height: 80%;
	width: 150 px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	overflow: auto;

}	

.LeftNav a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.LeftNav a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.LeftNav a:hover {
	font-weight: bold;
	color: #8EB2A7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8EB2A7;
	
}

.LeftNav a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/*Style Applied to the Paragraphs for Main Section Links */
p.NavButts {
	color : #666666;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 4px;
	margin-top : 6px;
	font-weight: bold;
}

.NavButts a:link {
	background-color : #F4F4F4;
	border : 1px solid #999999;
	color : #666666;
	display : block;
	padding-bottom : 1px;
	padding-left : 8px;
	padding-top : 1px;
	text-decoration : none;
	width : 95%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.NavButts a:visited {
	background-color : #F4F4F4;
	border : 1px solid #999999;
	color : #666666;
	display : block;
	padding-bottom : 1px;
	padding-left : 8px;
	padding-top : 1px;
	text-decoration : none;
	width : 95%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.NavButts a:hover {
	background-color : #8EB2A7;
	border : 1px solid #999999;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.NavButts a:active {
	background-color : #F4F4F4;
	border : 1px solid #999999;
	color : #666666;
	display : block;
	padding-bottom : 1px;
	padding-left : 8px;
	padding-top : 1px;
	text-decoration : none;
	width : 95%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.NavSubs {
	color : #666666;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-top : 0px;
	font-weight: normal;

}

.NavSubs a:link {
	
	color : #666666;
	display : block;
	padding-left : 14px;
	text-decoration : none;
	font-weight: normal;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.NavSubs a:visited {
	
	color : #666666;
	display : block;
	padding-left : 14px;
	text-decoration : none;
	font-weight: normal;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.NavSubs a:hover {
	background-color : #F4F4F4;
	color : #666666;
	text-decoration : none;
	border: none;
	font-weight: normal;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	width: 90%;
	margin: 0px;
	font-size: 11px;	

}

.NavSubs a:active {
	
	color : #666666;
	display : block;
	padding-left : 14px;
	text-decoration : none;
	font-weight: normal;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.NavViz {
	color : #666666;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	margin-bottom : 4px;
	margin-top : 6px;
}

.NavViz a:link {
	background-color : #D9D9D9;
	border : 1px solid #999999;
	color : #000000;
	display : block;
	padding-bottom : 1px;
	padding-left : 8px;
	padding-top : 1px;
	text-decoration : none;
	width : 95%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.NavViz a:visited {
	background-color : #D9D9D9;
	border : 1px solid #999999;
	color : #000000;
	display : block;
	padding-bottom : 1px;
	padding-left : 8px;
	padding-top : 1px;
	text-decoration : none;
	width : 95%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.NavViz a:hover {
	background-color : #8EB2A7;
	border : 1px solid #999999;
	color : #FFFFFF;
	text-decoration : none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.NavViz a:active {
	background-color : #D9D9D9;
	border : 1px solid #999999;
	color : #000000;
	display : block;
	padding-bottom : 1px;
	padding-left : 8px;
	padding-top : 1px;
	text-decoration : none;
	width : 95%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}


