td.menu
{
	vertical-align:top;
	height:100%;
	width:200;
}

table.menu
{
	color: #000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
td.menutitel
{
	color: #000;
	font-size: 13px;
	padding-left: 7px;
	padding-bottom: 3px;
}

td.menuleft
{
	background-color: transparent;
	width: 20px;
	text-align: center;
	font-size: 1px;
}

td.menumiddle
{
	display: block;
	vertical-align: middle;
	background-color: transparent;
/*	width: 110px; */
	width: 130px;
	height: 20px;
	color: grey;
	font-size: 11px;
}

td.menumiddle a
{
	color: #777;
	display: block;
	width: 130px;
	line-height: 20px;
}

td.menumiddle a:visited
{
	color: #777;
}

td.menumiddle a:hover
{
	display: block;
	color: #f70;
	width: 130px;
	background-color: #fd6;
}

td.menuright
{
	width: 20px;
	text-align: center;
	font-size: 1px;

}

