.menu_popup {
	position: absolute;
	visibility: hidden;
	display: block;
	border-width: 1px;
      border-color: #1772f0;
      border-style: solid;
	font-family: "Tahoma", sans-serif;
      font-size: 11px;
      xfont-weight: bold;
      line-height: 1.5; 
	xline-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
}

.menu_popup a {	
	color: black;
	width: 100%;
	display: block;
	text-indent: 3px;
	xborder-width: 1px;
      xborder-color: #eeeeee;
      xborder-style: solid;
	padding: 1px 0;
	text-decoration: none;
	xfont-weight: bold;
	text-indent: 5px;
}

.menu_popup a:hover{ 
	background-color: #F8FBBD;
	border-width: 1px;
      border-color: #cccccc;
      border-style: solid;
	color: black;
}