/* CSS Document */
.menu_off {
	background-image: url(../images/menu_fill.jpg);
	background-repeat: no_repeat;
}

.menu_on {
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position:left;
}
.menu_txt{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
line-height:16px;
color:#ffffff;
text-decoration:none;
}
.menu_txt:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
line-height:16px;
color:#789342;
text-decoration:none;
}
.txt{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
color:#333333;
}
.txt:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
}
.link {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
color:#92B053;
text-decoration:none;
}
.link:hover {
font-family:Arial, Helvetica, sans-serif
font-size:11px;
line-height:12px;
color:#92B053;
text-decoration: underline;
}
.link2 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
color:#333333;
text-decoration:none;
}
.link2:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
color:#333333;
text-decoration:underline;
}
.title{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
line-height:20px;
font-weight:bold;
color:#92B053;
}