TD.Menu
{
	width:25%;
	text-align: left;
	vertical-align: top;
	background-color: #D0E87D;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Arial, Verdana;
	font-size: 100%;
}
DIV.MenuHeight
{
	min-height: 700px;
}
DIV.MenuCurrent
{
	background-color: #ffcc66;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	color: black;
}
DIV.Menu
{
	background-color: #D0E87D;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: black;
}
DIV.Menu A
{
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	color: black;
}
DIV.Menu A:hover
{
	display: block;
	text-decoration: none;
	background-color: #ffffcc;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	color: black;
}