/* menu.css */
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  

}

div.menuBar {
 color: #ffffff;
  font: 12px  Helvetica, sans-serif;
  font-weight:bold;
  top:125px;
  clear: both;
width:750px;
  text-align:left;
  padding: 0;
  margin:0px;float:left;background:#f0f0f2;

}

div.menuBar a.menuButton {
  background-color: transparent;
  color: #4E80C1;
  font-weight:bold;
  cursor:pointer;
  left: 0px;

  padding: 9px 2px 7px 0px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;float:left;width:100px;
  text-align:center;
}

div.menuBar a.menuButtona {
background:url(../images/menu_hover.gif) no-repeat top left ; color:#FFFFFF; width:100px;
  color: #ffffff;
  font-weight:bold;
  cursor:pointer;
  left: 0px;

  padding: 9px 2px 7px 0px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;float:left;width:100px;
  text-align:center;
}
div.menuBar a.menuButton:hover {
background:url(../images/menu_hover.gif) no-repeat top left; color:#FFFFFF;   
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {background:url(../images/menu_hover.gif) no-repeat top left ; color:#FFFFFF; width:100px;}

div.menu {
  background-color:  #6DB6DF; 
  border-color: #ffffff #ffffff #ffffff #ffffff;
  left: 0px;
  margin:0px;
  position: absolute;
  top: 110px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #ffffff;
  cursor:pointer;
  display: block;
  padding: 7px 20px;
  margin:0px;
  text-decoration: none;
background-color: #1b619a;
  white-space: nowrap;
 
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #478cc4;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

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

div.menu div.menuItemSep {
  border-top: 0px solid #909090;
  border-bottom: 0px solid #f0f0f0;
  margin: 4px 0px;
}

div.menuBar a#menuButton:hover {
background:url(../images/menu-hover-big.gif) no-repeat top left ; color:#FFFFFF; width:115px;
  
}

div.menuBar a#menuButtona {
background:url(../images/menu-hover-big.gif) no-repeat top left ; color:#FFFFFF; 
  cursor:pointer;
  left: 0px;

  padding: 9px 2px 7px 0px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;float:left;
  text-align:center;
}

div.menuBar a#menuButton {
  background-color: transparent;
  color: #4E80C1;
  font-weight:bold;
  cursor:pointer;
  left: 0px;

  padding: 9px 2px 7px 0px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;float:left;width:115px;
  text-align:center;
}