.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;	
}

.MenuRow
{
	font-weight: bold;
	font-size: 9px;
	cursor: hand;
	color: black;
	border-bottom: white 1px solid;
	font-family: Verdana;
	background-color: #99cc66;
	text-decoration: none;
}

.MenuRowHL
{
	font-weight: bold;
	font-size: 9px;
	z-index: 300;
	cursor: hand;
	color: black;
	border-bottom: white 1px solid;
	font-family: Verdana;
	background-color: #66cc66;
	text-decoration: none;
}

.MenuRowClicked
{
	border-top: 1px inset;
	font-weight: bold;
	font-size: 9px;
	border-left: 1px inset;
	cursor: hand;
	color: black;
	border-bottom: 1px inset;
	font-family: Verdana;
	background-color: #66cc99;
	text-decoration: none;
	border-rigth: solid inset 1px;
}
