/* CSS Document */
/*============================*/
/* Navigation Styles */
/*============================*/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #FF0000;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
}
#stFT a {
	color: #FFFFCC;
	text-decoration: underline;
	font-weight: normal;
}
#stFT a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
.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: 140px;
	height: auto;
	margin: 10px;
}
#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: 100%;
} 
#navGl a {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navGl a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
#navGl1 a {
	color: #333333;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navPg {
	height: auto;
	visibility: visible;
	width: 140px;
	margin: 10px;
}
#navPg ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navPg li {
	width: 100%;
	display: block;
} 
#navPg li.head {
	color: #000000;
	text-indent: 5px;
	font-weight: bold;
}
#navPg a {
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background-color: #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #2CF31C;
}
#navPg a:hover {
	color: #000000;
	font-weight: normal;
	background-color: #FFFFCC;
	text-decoration: underline;
}
#navPg1 a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background-color: #FFFFCC;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #2CF31C;
}
#navSt {
	position:absolute;
	left:170px;
	top:40px;
	width:640px;
	height:20px;
	z-index:7;
}
#navSt ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navSt li {
	display: inline;
} 
#navSt a {
	text-decoration: none;
	display: block;
	background-color: #000000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	margin: 4px;
	height: 20px;
	font-weight: normal;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
#navSt a:hover {
	background-color: #FFFFCC;
	text-decoration: none;
	color: #000000;
}
#navSt1 a {
	text-decoration: none;
	display: block;
	background-color: #FFFFCC;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 4px;
	height: 20px;
	font-weight: normal;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}

