div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: arial, sans-serif, helvetica;
  font-size: 14px;
	line-height: 10px;
	color: #0a2972;
	text-align:center;
	margin-top:12px;
	font-weight:normal;
	cursor: pointer;
}
a.menubuttonu { 
  font-family: arial, sans-serif, helvetica;
  font-size: 14px;
	line-height: 10px;
	color: #0a2972;
	text-align:center;
	margin-top:12px;
	font-weight:normal;
	cursor: pointer;
text-decoration:underline overline;}

div.menuBar {
	/*  background-color: #e0e0e0;*/
  border: none;
	padding: 5px 2px 2px 3px;
	text-align: center;
}

a.menuButton:hover {
	color: #ff0000;
}

div.menuBar a.menuButton  {
 /* background-color: transparent;*/
  border: 0px solid #e0e0e0;
  color: #193476;
  cursor: default;
  left: 0px;
  margin: 0px 5px 0px 5px;
  padding: 2px 6px 4px 6px;
 position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
	cursor: pointer;
  
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
/*   border: 0px outset #e0e0e0;*/
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
/*  inspringen
  background-color: #99ccee;
  border: 1px inset #99ccee;*/
    color: #4444ff;
  left: 0px;
  top: 0px;

}

div.menu {
  border: 1px outset #ffffff; 
  border-top: 0px;
  left: 0px;
  padding: 3px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
  margin-top:-3px;
   background-color: #ffffff;

}

div.menu a.menuItem  {
  color: #193476;
  cursor: default;
  display: block;
   font-size: 12px;
 padding: 5px 1em;
  text-decoration: none;
  white-space: nowrap;
    margin-top:0px;
	cursor: pointer;
}

div.menu a.menuItemArrow {
  color: #193476;
  cursor: default;
  display: block;
   font-size: 12px;
 padding: 5px 1em;
  text-decoration: none;
	white-space: nowrap;
    margin-top:0px;
	background-image:url(../images/arrow.gif); 
	background-position: right;
	background-repeat: no-repeat;
}

div.menu a.menuItem:hover, div.menu a.menuItemArrow:hover, div.menu a.menuItemHighlight {
  background-color:  #b4cae6; 
  color: #00297a;
  	cursor: pointer;

}
div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 1px 8px;
}
