/*

.menu ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}

.menu ul li {
  float: left;
  position: relative;
}

.menu li ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
}

.menu li li {
  display: block;
  margin: 0 !important;
  padding: 2px 2px 2px 4px !important;
  float: none;
  color: #000048;
  background-color: #D19C00;
  width: 10em;
  border-top: 0;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.menu li li.first {
  border-top: 1px solid white;
}

.menu li > ul {
  top: auto;
  left: auto;
}

.menu li:hover ul, .menu li.over ul { 
  display: block;
  top: 20px;
  left: 0;
}

.menu li li a:hover { 
  color: white;
  background-color: #D19C00;
}

*/

.menu {
  font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000048;
}

.menu a {
  font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000048;
  text-decoration: none;
  font-weight: bold;
}

.menu a:hover, .menu a:active {
  font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}


/* ---------------- */

.leftmenu {
  float: left; /*center;*/
  margin: auto;
  padding: 0;
  background-color: #000048;
  width: 140px; /*100%;*/
  border: 0px solid #333333;
  text-align: left;
  height: auto;
}

.leftmenu ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}

.leftmenu li {
  float: left;
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 2px 2px 2px 4px !important;
  float: none;
  color: #000048;
  background-color: #D19C00;
  width: 132px;
  border-top: 0;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.leftmenu li.leftmenu_li_first {
/*  border-top: 1px solid white; */
}

.leftmenu li a { 
  font-size: 8pt;
  font-weight: bold;
  color: black;
  background-color: #D19C00;
}

.leftmenu li.leftmenuactive a, .leftmenu li a:hover { 
  font-size: 8pt;
  font-weight: bold;
  color: white;
  background-color: #D19C00;
}

