@charset "UTF-8";
/* Base Styles */

#cssmenu a {
  position: relative;
}
#cssmenu > ul > li {
  cursor: pointer;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  color: #005596;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
}

#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul a {
  display: block;
}
  
.back-to-top {
display: none;
width: 30px;
height: 30px;
text-indent: -9999px;
position: fixed;
z-index: 999;
right: 20px;
bottom: 20px;
background: #a8b0a7 url(http://www.drweil.com/drw/ecs/images/up-arrow.png) no-repeat center 43%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.back-to-top:hover {	
background-color: #005596;
}



/* go2top */
.go2top,
.go2top:focus {
  position: fixed;
  right: 15px;
  bottom: 8px;

  color: #999;
  width: 38px;
  height: 38px;

  border: solid 2px #999;
  border-radius: 0 !important;
  text-align: center;
  padding: 7px 0 0 1px;
  z-index: 99999;

  font-size: 18px;
  line-height: 1;
}
.go2top:hover {
  border: solid 2px #e6400c;
  color: #e6400c;
}
.go2top i {
  font-size: 18px;
  line-height: 18px;
}

.fancybox-overlay {
  z-index: 100000 ;
}

.fancybox-opened {
  z-index: 100001;
}

.go2top:hover {
  border: solid 2px #000000;
  color: #000000;
}
