.PopupLayer {
    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;	
}

.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: #0A57A3;	
  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: 10px;
  color: #CBE1F7;
  font-weight: bold;
  text-decoration: none;  
  cursor: hand;
  background-color: #1F79CF;
  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:  #1F79CF;
  border-bottom: solid inset 1px;
  border-rigth: solid inset 1px;
  border-top: solid inset 1px;
  border-left: solid inset 1px;
}
