.menu_item
{
	color: #ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:	10pt;
	text-decoration:none;
}
.menu_item:hover
{
	color: #ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:	10pt;
	text-decoration:underline;
}
.menu_item:visited
{
	color: #ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:	10pt;
	text-decoration:none;
}
.menu_item:visited:hover
{
	color: #ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:	10pt;
	text-decoration:underline;
}

.menu_item_left
{
	color: #011202;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:	10pt;
	text-decoration:none;
	text-align:left;
}
.menu_item_left:hover
{
	color: #011202;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:	10pt;
	text-decoration:underline;
	text-align:left;
}
.menu_item_left:visited
{
	color: #011202;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:	10pt;
	text-decoration:none;
	text-align:left;
}
.menu_item_left:visited:hover
{
	color: #011202;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:	10pt;
	text-decoration:underline;
	text-align:left;
}