.menu { display:block; width: 100%; position: relative; margin-top:30px; white-space:nowrap; }

.topmenu.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
}
.topmenu {background:none;}

.topmenu ul {
  background:none; list-style: none;text-align: center;
  
}
.topmenu .level1 > li {
  display: inline-block;
  margin-left: 10px;margin-right: 10px;
  position: relative;
}
.topmenu .level1 > li > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 140px;
  height: 140px;
  width: 140px;
  text-shadow: none;
  padding: 0px;
  border: none;
  margin: 0;
  font-weight: bold;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */  
  border-radius: 50%;
}
.topmenu .level1 > li:hover > a,
.topmenu .level1 > li > a:hover {
text-decoration: none;
  margin-top:-30px;
  text-decoration: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */  
}
.topmenu .level1 > .current > a,
.topmenu .level1 > .selected > a {
  text-decoration: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.topmenu li:hover > ul {
  display: block;
   z-index: 1; 
}
.topmenu .level1 ul {
  display: none;
  font-size: 12px;
  margin: -1px 0 0 -1px;
  min-width: 200%;
  padding: 2px 0;
  position: absolute;
  z-index: 1;  margin-top:10px;
  text-align:left;
}
.topmenu .level2 ul {
  margin-left: 100%;
  min-width: 0;
  top: 0;
}
.topmenu ul ul li {  
}
.topmenu .level2 ul li {
  position: relative;
}
.topmenu .level2 a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 41px;
  color: #fff;
  text-shadow: none;
  padding: 0px 15px;
}
.topmenu .level2 a:hover {
  text-decoration: underline;
}
.topmenu .level2 .subnodes > a:after {
  content: '\25BC';
  position: absolute;
  right: 5px;
}
.topmenu .level2 .current a {
  text-decoration: none;
}
