body
{
}
.subMenu
{
	border-right: deeppink 1px;
	border-top: deeppink 1px;
	font-weight: bold;
	font-size: 8pt;
	border-left: deeppink 1px;
	cursor: hand;
	color: cornflowerblue;
	border-bottom: deeppink 1px;
	font-family: Times New Roman;
	background-color: white;
}
.subMenu2
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: black 1px solid;
	cursor: hand;
	color: blue;
	border-bottom: black 1px solid;
	font-family: Times New Roman;
	background-color: white;
}

.Menu
{
	border-right: navy 1px;
	border-top: navy 1px;
	font-weight: bold;
	font-size: 9pt;
	border-left: navy 1px;
	cursor: hand;
	color: royalblue;
	border-bottom: navy 1px;
	font-family: Times New Roman;
	background-color: white;
}
.MenuMouseOver
{
	color: Red;
}

