.Menu {
	color: #990000;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
}

a.Menu:link {
	color: #990000;
	cursor: hand;
	text-decoration: none;
}

a.Menu:hover {
	color: #000000;
	cursor: hand;
	text-decoration: none;
}

a.Menu:visited {
	color: #990000;
	text-decoration: none;
}

.SubMenu {
	color: #CC0000;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	text-align: justify;
	text-decoration: none;
}

a.SubMenu:link {
	color: #CC0000;
	cursor: hand;
	text-decoration: none;
}

a.SubMenu:hover {
	color: #000000;
	cursor: hand;
	text-decoration: none;
}

.DropDownMenu {
	color: #CC0000;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.DropDownMenu:link {
	color: #CC0000;
	cursor: hand;
	text-decoration: none;
}

a.DropDownMenu:hover {
	color: #000000;
	cursor: hand;
	text-decoration: none;
}