.menu {
	visibility: hidden;
}

.border{
	background-color: #2D53E5;
	border-width: 0 px;
}

.menuitem {
	color: #000000;
	background-color: #D1E0FF;
	font-size: 8pt;
	font-family: Times new roman,serif;
	text-decoration: none;
	cursor:default;
}

.menuitem_high {
	color:#FFFFFF;
	background-color:#2D53E5;
	font-size: 8pt;
	font-family:  Times new roman,serif;
	text-decoration: none;
	cursor:default;
}

