﻿body {
}
div.menuFont
{
    font-family: Tahoma,Arial,Sans-Serif; 
    font-size: 12px;
}
div.menuIndent
{
    margin-left: 13px;
}
div.menuPadding
{
    margin-top: 2px;
    margin-bottom: 0px;
}
a.menuRoot:link
{
	font-weight: bold; text-decoration: none; color: #616161;
}
a.menuRoot:visited
{
	font-weight: bold; text-decoration: none;  color: #616161;
}
a.menuRoot:hover
{
	font-weight: bold; text-decoration: underline;  color: #616161;
}
a.menuLeaf:link
{
	font-weight: normal; text-decoration: none; color: #616161;
}
a.menuLeaf:visited
{
	font-weight: normal; text-decoration: none;  color: #616161;
}
a.menuLeaf:hover
{
	font-weight: normal; text-decoration: underline;  color: #616161;
}
a.menuSelected:link
{
	font-weight: bold; text-decoration: none; color: #DC291E;
}
a.menuSelected:visited
{
	font-weight: bold; text-decoration: none;  color: #DC291E;
}
a.menuSelected:hover
{
	font-weight: bold; text-decoration: underline;  color: #DC291E;
}

