/*
 *  ---------------------------------------------------------------------
 *    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 * 
 *    Copyright (c) 2004-2018 Electronic Purse Sweden AB. 
 *    All rights reserved.
 * 
 *  NOTICE:  All information contained herein is, and remains,
 *  the property of Electronic Purse Sweden AB.  The intellectual and technical concepts 
 *  contained herein are proprietary of Electronic Purse Sweden AB and are protected by 
 *  trade secret and/or copyright law. Dissemination of this information or 
 *  reproduction of this material is strictly forbidden unless a prior 
 *  written permission is obtained from Electronic Purse Sweden AB.
 *  ---------------------------------------------------------------------
 */
.menu2 {
  border-top: 1px solid #cc0000;
  margin: 0 0 20px;
  background: #dddddd url(../image/center_tile_grey.gif) repeat-x scroll 0%;
  float: left;
  width: 100%;
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
  z-index: 3 !important;
}
.menu2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu2 ul li {
  float: left;
  position: relative;
}
.menu2 ul li.group { 
  padding: 4px 0;
  background: #666666 none repeat scroll 0%;
  display: block;
  text-indent: 10px;
  width: 152px;
  color: white;
  z-index: 3 !important;
}
.menu2 ul li a, .menu2 ul li a:visited {
  padding: 0px 16px;
  float: left;
  display: block;
  text-decoration: none;
  color: #444444;
  line-height: 25px;
  height: 30px;
  z-index: 3 !important;
}
.menu2 ul li:hover {
  width: auto;
}
.menu2 ul li a:hover {
  background: #aaaaaa url(../image/sub2a.gif) repeat scroll 0%;
  color: #cc0000;
}
.menu2 ul li:hover a {
  background: #aaaaaa url(../image/sub2a.gif) repeat scroll 0%;
  color: #990000;
}
.menu2 ul li ul {
  display: none;
}
.menu2 table {
  margin: 0;
  border-collapse: collapse;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  text-align: left;
  z-index: 3 !important;
}
.menu2 ul li:hover ul {
  background: #aaaaaa none repeat scroll 0%;
  display: block;
  position: absolute;
  top: 29px;
  margin-top: 1px;
  left: 0;
  width: 152px;
  z-index: 3 !important;
}
.menu2 ul li:hover ul.scroller {
  height: 138px;
  width: 172px;
  overflow: auto;
}
.menu2 ul li:hover ul.endstop {
  left: -90px;
}
.menu2 ul li:hover ul li ul {
  display: none;
}
.menu2 ul li:hover ul li a {
  padding: 4px 16px;
  background: #aaaaaa none repeat scroll 0%;
  display: block;
  color: #ffffff;
  height: auto;
  line-height: 15px;
  width: 120px;
  z-index: 3 !important;
}
.menu2 ul li:hover ul li a.drop {
  background: #888888 none repeat scroll 0%;
}
.menu2 ul li:hover ul li a:hover {
  background: #888888 none repeat scroll 0%;
  color: white;
}
.menu2 ul li:hover ul li a.drop:hover {
  background: #888888 none repeat scroll 0%;
  color: #ffff00;
}
.menu2 ul li:hover ul li:hover ul {
  background: #888888 none repeat scroll 0%;
  display: block;
  position: absolute;
  top: -70px;
  color: #000000;
  left: 152px;
  height: 138px;
  width: 172px;
  overflow: auto;
  z-index: 3 !important;
}
.menu2 ul li:hover ul li:hover ul li a {
  background: #888888 none repeat scroll 0%;
}
.menu2 ul li:hover ul li:hover ul li.group {
  padding: 5px 0;
  width: 152px;
}
.menu2 ul li:hover ul li:hover ul.left {
  left: -172px;
}
.menu2 ul li:hover ul li:hover ul li a:hover {
  background: #666666 none repeat scroll 0%;
  color: #00ffff;
}
.menu2 ul li a:hover ul {
  background: #aaaaaa none repeat scroll 0%;
  display: block;
  position: absolute;
  top: 29px;
  left: 0;
  margin-top: 1px;
  z-index: 3 !important;
}
.menu2 ul li a:hover ul.scroller {
  height: 138px;
  overflow: auto;
}
.menu2 ul li a:hover ul.endstop {
  left: -90px;
}
.menu2 ul li a:hover ul li a {
  padding: 4px 16px;
  display: block;
  color: #ffffff;
  height: 1px;
  line-height: 15px;
  width: 120px;
  z-index: 3 !important;
}
.menu2 ul li a:hover ul li a.drop {
  background: #888888 none repeat scroll 0%;
  padding-bottom: 5px;
}
.menu2 ul li a:hover ul li a ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}
.menu2 ul li a:hover ul li a:hover {
  background: #888888 none repeat scroll 0%;
  color: #ffff00;
}
.menu2 ul li a:hover ul li a.drop:hover {
  background: #888888 none repeat scroll 0%;
  color: #ffff00;
}
.menu2 ul li a:hover ul li a:hover ul {
  background: #888888 none repeat scroll 0%;
  visibility: visible;
  position: absolute;
  top: -70px;
  color: #000000;
  left: 152px;
  height: 138px;
  width: 170px;
  overflow: auto;
  z-index: 3 !important;
}
.menu2 ul li a:hover ul li a:hover ul.left {
  left: -170px;
}
.menu2 ul li a:hover ul li a:hover ul li a:hover {
  background: #666666 none repeat scroll 0%;
  color: #00ffff;
}
.left {
  clear: both;
}
