A:link.menu
	{
	font-size: 12px;
	color:#FF6B09;
	font-weight: bold;
	text-decoration: none;
	}

A:visited.menu
	{
	font-size: 12px;
	color:#FF6B09;
	font-weight: bold;
	text-decoration: none;
	}

A:active.menu
	{
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	}

A:hover.menu
	{
	font-size: 12px;
	color:#333333;
	font-weight: bold;
	text-decoration: none;
	}

td.menu
	{
	background-color: #DDDDDD;
	cursor: pointer;
	width: 120px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	}