A {
	TEXT-DECORATION: none
}
A {
	FONT-FAMILY: Verdana, Arial, Geneva, sans-serif
}
A {
	FONT-SIZE: 10pt
}
A {
	FONT-WEIGHT: bold
}
A:link {
	COLOR: 486503;
}
A:visited {
	COLOR: 486503;
}
A:active {
	COLOR: 486503;
}
A:hover {
	COLOR: 779B20;
	TEXT-DECORATION: none;
}

A.menu1 :link {
	color : 486503;
	text-decoration : none;
	font-family :verdana;
	font-weight : bold;
	font-size: 10pt;
}

A.menu1 :visited {
	color : 486503;
	text-decoration : none;
	font-family : verdana;
	font-weight : bold;
	font-size: 10pt;
}

A.menu1 :active {
	color : 486503;
	text-decoration : none;
	font-family : verdana;
	font-weight :bold;
	font-size: 10pt;

}

A.menu :hover {
	color :779B20;
	font-family : verdana;
	font-weight :bold;
	font-size: 12pt;
}