.left_menu		{
	color:#737373;
	font-size:12px;
	text-decoration:none;
	font-family: Arial;
	font-weight: bold;
}

a.left_menu:link	{
	color:#737373;
	font-size:12px;
	text-decoration:none;
	font-family: Arial;
	font-weight: bold;
}

a.left_menu:visited	{
	color:#737373;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial;
}

a.left_menu:hover	{
	color:#79a500;
	font-size:13px;
	text-decoration:none;
	font-family: Arial;
	font-weight: bold;
}

a.left_menu:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#79a500;
	text-decoration: none;
}
A:link
{
    TEXT-DECORATION: none
}
A:active
{
    TEXT-DECORATION: none
}
A:visited
{
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: underline
}
