/* CSS Document */
/*============================*/
/* Navigation Styles */
/*============================*/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #980266;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.nav a {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	display: block;
}
.nav a:hover {
	font-weight: normal;
	background-color: #D1DED2;
	text-decoration: underline;
}
#navCh {
	height: 20px;
	width: 200px;
}
#navCh ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navCh li {
	display: inline;
}
#navCh a {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	float: left;
	text-decoration: none;
	border: 1px solid #999999;
	margin: 2px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F6F6F6;
}
#navCh a:hover {
	color: #000000;
	background-color: #DDDDDD;
	font-weight: normal;
}
#navCh1 a {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	float: left;
	height: 25px;
	width: 90px;
	background-color: #FFFFFF;
}
#navGl {
	width: 160px;
	height: auto;
	margin-top: 30px;
}
#navGl ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navGl li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 160px;
} 
#navGl a {
	color: #333333;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #F3F3F3;
	padding: 5px;
}
#navGl a:hover {
	color: #333333;
	font-weight: normal;
	background-color: #D7D7D7;
	text-decoration: underline;
}
#navGl a.current {
	font-weight: bold;
}
#navPg {
	height: auto;
	visibility: visible;
	width: 160px;
	margin-top: 10px;
}
#navPg ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navPg li {
	width: 160px;
	display: block;
} 
#navPg li.head {
	color: #000000;
	text-indent: 5px;
	font-weight: bold;
}
#navPg a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#navPg a:hover {
	color: #333333;
	font-weight: normal;
	background-color: #CCCCCC;
	text-decoration: underline;
}
#navPg1 a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#navSt {
	position:absolute;
	left:160px;
	top:71px;
	width:auto;
	height:24px;
	z-index:7;
}
#navSt ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navSt li {
	width: 150px;
	display: inline;
} 
#navSt a
{
	text-decoration: none;
	background-color: #F6F6F6;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	height: 24px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#navSt a:hover
{
	background-color: #DDDDDD;
	text-decoration: none;
	color: #000000;
}

#navSt a.selected
{
	font-weight: bold;
	color: #000000;
}

