@charset "UTF-8";
/* CSS Document */

.waSlideMenu-nav {
 position: relative;
 overflow: hidden;
 height: 100% !important;
}
.waSlideMenu-wrapper {
 left: 0;
 position: relative;
 top: 0;
}
.waSlideMenu-menu {
 width: 100%;
 margin: 0;
 padding: 0;
 list-style: none;
 display: inherit;
 left: 0;
}
.waSlideMenu-inheritedmenu {
 position: absolute;
 left: 100%;
 top: 0;
}
.waSlideMenu-back {}
.waSlideMenu-loading {
 background: url(img/loading.gif) center no-repeat;
 height: 32px;
 width: 32px;
 display: block;
}
.selected > a {
 font-weight: normal;
}