/* CSS Document */
/*============================*/
/* Navigation CSS*/
/*============================*/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #C058B6;
}
a:link {
	font-weight: normal;
}
a:visited {
	font-weight: normal;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#chNav ul {
	position: absolute;
	width: 300px;
	left: 260px;
	top: 22px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}
#chNav li {
	display: inline;
}
#chNav a {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 1px;
	float: left;
	width: 90px;
	background-image: url(../_Assets/bgTabPinkL.jpg);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 4px;
}
#chNav a:hover {
	color: #fff;
	background-image: url(../_Assets/bgTabPinkD.jpg);
}
#chNav1 a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 1px;
	float: left;
	width: 90px;
	background-image: url(../_Assets/bgTabPinkD.jpg);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 4px;
}
#gNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
}
#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;
	background-color: #6963CC;
}
#gNav1 a {
	color: #333333;
	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: #FFFFFF;
}

#pgNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 100px;
	width: 150px;
}
#pgNav li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
} 
#pgNav a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-indent: 10px;
	padding: 1px;
	background-image: url(../_Assets/bgButL.jpg);
	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 a:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../_Assets/bgButH.jpg);
}
#pgNav1 a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-indent: 10px;
	padding: 1px;
	background-image: url(../_Assets/bgButH.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #666666;
}

