.divNavigationPanel {
  position: relative;
  width: 70%;
  border: solid #008B8B 1px;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 10px;
}

a.lnkNavigation {
  color : #006C6C;
	font-weight : bold;
	text-decoration : none;
}

a.lnkNavigation:link {
  color : #006C6C;
	font-weight : bold;
	text-decoration : none;
}

a.lnkNavigation:hover {
	font-weight : bold;
	color       : #008B8B;
	text-decoration : none;
}

