﻿a:link { 
	color: inherit;
	text-decoration: none;
}

a:visited { 
	color: inherit;
	text-decoration: none;
}

a:hover { 
	color: inherit;
	text-decoration: underline;
}

a:active { 
	color: inherit;
}

td.menuBGOff:hover 
{
    font-weight: bold;
}

A.menulink {
	display: block;
	width: 198px;
	text-align: left;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	color: #000;
	border: none;
	padding: 9px;	
}

A.menulink:hover {
	border: solid 1px #666666;
	background-color: #CCC;
	padding: 8px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}