
A.lnavButton { text-decoration: none;
	BORDER-BOTTOM: #066 0px dotted;  BACKGROUND-COLOR: #fff;    COLOR: #066; BORDER-TOP: medium none; FONT-WEIGHT: bold; 
}
A.lnavButton:link { text-decoration: none;
	BORDER-BOTTOM: #066 0px dotted;  BACKGROUND-COLOR: #fff;   COLOR: #066; BORDER-TOP: medium none; FONT-WEIGHT: bold; 
}
A.lnavButton:visited { text-decoration: none;
	BORDER-BOTTOM: #066 0px dotted;  BACKGROUND-COLOR: #fff;    COLOR: #066; BORDER-TOP: medium none; FONT-WEIGHT: bold; 
}
A.lnavButton:hover { text-decoration: none;
	Z-INDEX: 1000; BORDER-BOTTOM: #066 0px solid;  BACKGROUND-COLOR: #066;    COLOR: #fff; BORDER-TOP: #066 1px solid; }





.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
  /*
   * In Internet Explorer, The"border-style: dashed" will never be
   * rendered unless "(width * 5) >= border-width" is true.
   * Since "width" is set to "0", the "dashed-border" remains
   * invisible to the user, which renders the border just like how
   * "border-color: transparent" renders.
   */
  border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 9px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
}


.arrow-n {
  border-bottom-width: 1em;
  border-bottom-style: solid;
  border-bottom-color: #066;
  bottom: 0.25em;
}

.arrow-e {
  border-left-width: 1em;
  border-left-style: solid;
  border-left-color: #066;
  left: 0.25em;
}
                    
.arrow-s {
  border-top-width: 1em;
  border-top-style: solid;
  border-top-color: #066;
  top: 0.25em;
}

.arrow-w {
  border-right-width: 1em;
  border-right-style: solid;
  border-right-color: #066;
  right: 0.25em;
}
