﻿a.menu_title
{
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:12pt;
	text-decoration:none;
	
	text-align:center;
	text-transform:uppercase;
	
	
}

a.menu_title:hover
{
/*	color:#ff0000;*/

	
}

a.menu_section
{
	color:#ffffff;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	
	white-space:nowrap;
	margin-right:10px;
}

a.menu_item
{
	color:#ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	white-space:nowrap;
	margin-right:10px;
	font-weight:normal;
}
a.menu_item:hover
{
	color:#ff0000;
}

a.menu_subitem
{
	color:#ffffff;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
	margin-right:10px;
}

