td.MenuSection
{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #000000;
	background-color: lightgrey;
	padding-left: 8;
	padding-right: 8;
	padding-top: 4;
	padding-bottom: 4;
	cursor: default;
}

td.MenuSubSection
{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #000000;
	background-color: #D1D4DE;
	padding-left: 8;
	padding-right: 8;
	padding-top: 4;
	padding-bottom: 4;
	cursor: default;
}

td.MenuLink
{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #000000;
	background-color: whitesmoke;
	padding-left: 8;
	padding-right: 8;
	padding-top: 4;
	padding-bottom: 4;
	cursor: hand;
}

td.MenuLinkHighlight
{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #000000;
	background-color: lightgrey;
	border: 1 outset #5A7AB8;
	padding-left: 7;
	padding-right: 7;
	padding-top: 3;
	padding-bottom: 3;
	cursor: hand;
}

.MenuEntry
{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #000000;
	background-color: whitesmoke;
	background-image: url(/templates/menuindicator.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 8;
	padding-right: 20;
	padding-top: 4;
	padding-bottom: 4;
	cursor: hand;
}

td.MenuEntryHighlight
{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #000000;
	background-color: lightgrey;
	background-image: url(/res/img/menuindicator.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1 outset #5A7AB8;
	padding-left: 7;
	padding-right: 19;
	padding-top: 3;
	padding-bottom: 3;
	cursor: hand;
}

div.PopUp
{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica;
	background-color: whitesmoke;
	border: 1 outset #D1D4DE;
	width: 180;
	padding-left: 1;
	padding-right: 1;
	padding-top: 1;
	padding-bottom: 1;
	line-height: 18px;
}

div.MenuSeparator
{
	font-size: 1px;
	width: 100%;
	background-color: #999999;
}
a.HiddenLink:link
{
	text-decoration: none;
	color: #000000;
	width: 100%;
}
a.HiddenLink:visited
{
	text-decoration: none;
	color: #000000;
	width: 100%;
}
a.PopUp:link
{
	text-decoration: none;
	color: #000000;
	width: 100%;
	padding: 1 1 1 10;
}
a.PopUp:visited
{
	text-decoration: none;
	color: #000000;
	width: 100%;
	padding: 1 1 1 10;
}
a.PopUp:hover
{
	color: #000000;
	background-color: lightgrey;
	border: 1 outset #D1D4DE;
	padding: 0 0 0 9;
}
