/* =============================================================================
   jScrollPane
   ========================================================================== */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspScrollable{
  overflow:inherit!important;
}

.jspContainer {
    overflow:inherit!important;
    position: relative;
    outline: 0 none;
}

.jspPane {
    position: absolute;
    margin-left: 0!important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 8px;
    width: 8px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspDrag,
.jspTrack {
    background: none;
    cursor: pointer;
}
.wp-menu:hover .jspTrack {
    position: relative;
}

.wp-menu:hover .jspDrag {
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    -webkit-transition: background 1s ease-in-out;
    background: #d8d8d8;
    position: relative;
    top: 0;
    left: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    background-repeat: repeat-x;
    background-position: left center;
    float: left;
    height: 100%;
}

.jspArrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}
