.PopupLayer {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    VERTICAL-ALIGN: middle;
    COLOR: #900000;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #FFDE5B;
	padding: 0px;
	border-top: solid white 1px;	
	z-index: 100;	
}

.MenuRow {
  COLOR: #900000;	
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  cursor: hand;
  border-bottom: solid white 1px;	
}

.MenuRowHL {
  font-family: Verdana;
  font-size: 9px;
  color: #FFDE5B;
  font-weight: bold;
  text-decoration: none;  
  cursor: hand;
  background-color: #B70000;
  border-bottom: solid white 1px;	
  z-index: +300;
}

.MenuRowClicked {
  font-family: Verdana;
  font-size: 9px;
  color: white;
  font-weight: bold;
  text-decoration: none;  
  cursor: hand;
  background-color:  #B70000;
  border-bottom: solid inset 1px;
  border-rigth: solid inset 1px;
  border-top: solid inset 1px;
  border-left: solid inset 1px;
}
