.topicMenu-Table
{
}

.topicMenu-Table td
{
	height: 27px;
	width: 125px;
	text-align: center;
}

.topicMenu-Table td a
{
	padding: 6px;
	display: block;
}

.topicMenu-TableCell
{
	background-image: url(/Images/Menu_Off.gif);
}
.topicMenu-TableCell a:hover
{
	background-image: url(/Images/Menu_Hover.gif);
}
.topicMenu-TableCell-Selected
{
	background-image: url(/Images/Menu_On.gif);
}

.topicMenu-TopicText, .topicMenu-TopicText-Selected
{
	color: White;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}
a.topicMenu-TopicText:link { text-decoration: none; color: White; }
a.topicMenu-TopicText:visited { text-decoration: none; color: White; }
a.topicMenu-TopicText:hover { text-decoration: none; color: White; }
a.topicMenu-TopicText:active	{ text-decoration: none; color: White; }

.topicMenu-TopicText-Selected
{
	cursor: default;
}











