@charset "UTF-8";
/* CSS Document */

.navtext1 {
	line-height: 40px;
	padding-right: 25px;
	float: right;
	text-align: right;
}
.navtext2 {
	background-repeat: no-repeat;
	float: right;
	text-align: right;
}
.navtext1 ul {
	text-decoration: none;
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.navtext1 li {
	font-size: 10px;
	color: #009933;
	display: inline;
	margin-left: 4px;
	font-weight: 700;
}
.navtext2 ul {
	text-decoration: none;
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.navtext2 li {
	font-size: 12px;
	color: #009933;
	display: inline;
	margin-left: 4px;
	font-weight: 700;
}
.hometext a:hover {
	color: #000000!important;
	text-decoration: none;
}
.navtext1 a {
	text-decoration: none;
	color: #666;
}
.navtext2 a {
	text-decoration: none;
	color: #666;
}
.navtext1 a:hover {
	text-decoration: none;
	color: #009933;
}
.navtext2 a:hover {
	text-decoration: none;
	color: #009933;
}
.navtext2 a:active {
	text-decoration: none;
	color: #000;
}

