.Menu {
	color: #333333;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
}

.Menu:link {
	color: #333333;
	cursor: hand;
	text-decoration: none;
}

.Menu:hover {
	color: #000000;
	cursor: hand;
	text-decoration: none;
}

.SubMenu {
	color: #CC0000;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
}

a.SubMenu:link {
	color: #CC0000;
	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: 10px;
	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;
}

