A.menulink
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	display: block;
	font-size: 12px;
	border-left: #ffffff 1px solid;
	width: 120px;
	color: black;
	border-bottom: #ffffff 1px solid;
	font-family: arial;
	text-align: left;
	text-decoration: none;
}

A.menulink:hover
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	background-color: transparent;
}

A.menulink:active
{
	font-weight: bold;
	color: red;
	background-color: transparent;
}

all.clsMenuItemNS
{
	font: bold x-small Verdana;
	color: white;
	text-decoration: none;
}

.clsMenuItemIE
{
	font: bold xx-small Verdana;
	cursor: hand;
	color: white;
	text-decoration: none;
}

A:hover
{
	color: red;
}

a
{
	text-decoration: none;
}

TH
{
	font-weight: bold;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica;
}

TD
{
	font-weight: normal;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica;
}

A:active
{
	font-weight: bold;
	color: red;
	background-color: black;
}