ul.nde-menu-system *
{
	font-family: Verdana;
	font-size: 15pt;
}

ul.nde-menu-system li a
{
  display: inline;
  text-decoration: none;
  margin: 0;
  margin-left: 3px;
  font-size: 0.9em;
  font-weight: normal;
  color: #0000CC;
  background-color: white;
}

ul.nde-menu-system li a:hover
{
  color: #000088;
  background-color: white;
}

ul.nde-menu-system li.submenu ul a
{
	font-weight: normal;
	color: white;
	background-color: #000088;
	font-size: 10pt;
}

ul.nde-menu-system li.submenu ul
{
   background-color: #000088;
}

ul.nde-menu-system li.submenu ul a:hover
{
  font-weight: normal;
  color: black;
  background-color: #6699FF;
}

