body
{
}
.subMenu
{
	border-right: #ff0000 1px;
	border-top: #ff0000 1px;
	font-weight: bold;
	font-size: 8pt;
	border-left: #ff0000 1px;
	cursor: hand;
	color: black;
	border-bottom: #ff0000 1px;
	font-family: Times New Roman;
	background-color: white;
}
.subMenu2
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: white;
	font-family: Times New Roman;
	background-color: dodgerblue;
}

.Menu
{
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	border-top-style: none;
	font-family: Times New Roman;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-bottom-style: none;
}
.MenuMouseOver
{
	color: Red;
}


