/*============================*/
/* Navigation CSS*/
/*============================*/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #FF0000;
}
a:hover {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0000;
}
.aBut a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
}
.aBut a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}
#chNav {
	width: auto;
	margin-top: 0px;
	position: absolute;
	height: 20px;
	left: 170px;
	top: 30px;
}
#chNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#chNav li {
	display: inline;
}
#chNav a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: auto;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #81AEC3;
	border: 2px solid #85AFC8;
}
#chNav a:hover {
	color: #FFFFFF;
	font-weight: normal;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	background-color: #81AEC3;
	border-top-color: #85AFC8;
	border-right-color: #85AFC8;
	border-left-color: #85AFC8;
}
#chNav1 a {
	font-size: 12px;
	color: #006699;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: auto;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FF0000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #FFFFFF;
}
#gNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 12px;
	width: 150px;
	background-color: #FFFFFF;
}
#gNav li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
} 
#gNav a {
	color: #666666;
	text-decoration: none;
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	padding: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #666666;
	background-color: #C9CCED;
}
#gNav a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
#gNav1 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	padding: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #666666;
}
#pgNav {
	width: 160px;
	height: auto;
}
#pgNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#pgNav li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
} 
#pgNav a {
	text-decoration: underline;
	display: block;
	height: 20px;
	font-weight: normal;
	text-indent: 15px;
	padding: 1px;
	color: #FFFFFF;
	background-image: url(../_Assets/bg_pgNav%20a.jpg);
}
#pgNav a:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #CEE2EC;
	background-image: url(../_Assets/bg_pgNav%20h.jpg);
}
#pgNav1 a {
	color: #006699;
	text-decoration: none;
	display: block;
	height: 20px;
	font-weight: normal;
	text-indent: 15px;
	padding: 1px;
	background-image: url(../_Assets/bg_pgNav1%20a.jpg);
}
