﻿<style type="text/css">

#menuBar {
  background-color: #CCCCFF;
  border: 2px solid;
  border-color: #CCCCFF #CCCCFF #CCCCFF #CCCCFF;
  color: #000000;
  font-size: 8pt;
  padding: 4px 2px 4px 20px;
  text-align: left;
  width: 100%;
}

a.menuButton, a.menuButtonActive {
  background-color: transparent;
  border: 1px solid #CCCCFF;
  color: #000000;
  cursor: default;
  font-family: Verdana, Arial, "MS Sans Serif", Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  margin: 1px;
  padding: 3px 6px 3px 6px;
  position: relative;
  left: 0px;
  top: 0px;
  text-decoration: none;
}

a.menuButton:hover {
  background-color: transparent;
  border-color: #EAEAFF #808080 #808080 #EAEAFF;
  color: #000000;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
 }

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #FFAA00;
  border-color: #808080 #EAEAFF #EAEAFF #808080;
  color: #ffffff;
  left: 1px;
  top: 1px;
  text-decoration: none
}

.menu {
  background-color: #CCCCFF;
  border: 1px solid;
  border-color: #EAEAFF #808080 #808080 #EAEAFF;
  padding: 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
}

a.menuItem {
  background-color: transparent;
  color: #000000;
  cursor: default;
  display: block;
  font-family: Verdana, Arial, "MS Sans Serif", Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  margin: 2px;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
  white-space: nowrap;
}

a.menuItem:hover {
  background-color: #000080;
  color: #ffffff;
  text-decoration: none
}

.menuItemSep {
  border-bottom: 1px solid #CCCCFF;
  border-top: 1px solid #808080;
  margin: 3px 4px 3px 4px;
}

</style>

