@charset "utf-8";
/* CSS Document */

#menu	{}
#menu UL	{ margin:0; padding:0}
#menu LI	{ margin:0; padding:0; list-style-type:none; list-style-position:outside; line-height:20px }
#menu A		{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
}
#menu A:HOVER	{
	color:#60882F
}
#menu .act	{ color:#60882F}

