.Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	line-height: 14px;
	text-decoration: none;
}

.Menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	line-height: 14px;
	text-decoration: none;
}

.Menu:hover {
	color: #000000;
	cursor: hand;
	height:100%;
	text-decoration: none;
	width:100%;
}

.SubMenu {
	color: #990000;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	width:100%;
}

a.SubMenu:link {
	color: #990000;
	cursor: hand;
	text-decoration: none;
	width:100%;
}

a.SubMenu:hover {
	color: #000000;
	cursor: hand;
	text-decoration: none;
	width:100%;
}

.DropDownMenu {
	color: #CC0000;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}

a.DropDownMenu:link {
	color: #CC0000;
	cursor: hand;
	text-decoration: none;
}

a.DropDownMenu:hover {
	color: #000000;
	cursor: hand;
	text-decoration: none;
}
