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