body
{
    background-image: url('/media/4232/back_bg.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
}
#cssmenu
{
    position: relative;
    background: #2b2f3a;
    width: 100px;
    margin: -20px 0px 0px 0px !important;
}
#cssmenu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}
#cssmenu > ul
{
    position: relative;
    display: block;
    width: 100%;
    z-index: 500;
}
#cssmenu > ul > li
{
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
}
#cssmenu > ul > #menu-button
{
    display: none;
}
#cssmenu ul li a
{
    display: block;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
}
#cssmenu > ul > li > a
{
    padding: 0px 20px;
    xtransition: color 0.25s ease-out;
    color: rgb(122, 129, 137);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#cssmenu > ul > li.has-sub > a
{
    padding-right: 32px;
}
#cssmenu > ul > li:hover > a
{
}
#cssmenu li.has-sub::after
{
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
#cssmenu > ul > li.has-sub::after
{
}
#cssmenu > ul > li:hover::after
{
    border-top-color: #ffffff;
}
#indicatorContainer
{
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
}
#pIndicator
{
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    z-index: -2;
    -webkit-transition: left .25s ease;
    -moz-transition: left .25s ease;
    -ms-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}
#cIndicator
{
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    top: -12px;
    right: 100%;
    z-index: -2;
}
#cssmenu ul ul
{
    margin-top: 5px;
    left: -9999px;
    top: 70px;
    z-index: 1000;
}
#cssmenu ul ul ul
{
    top: 37px;
    padding-left: 5px;
}
#cssmenu #menuhider
{
    display: none;
}
#cssmenu ul ul li
{
    position: relative;
}
#cssmenu > ul > li:hover > ul
{
    left: auto;
    top: 44px;
    opacity: 1;
}
#cssmenu ul ul li:hover > ul
{
    left: 170px;
    top: 0;
    opacity: 1;
}
#cssmenu ul ul li a
{
    xwidth: 200px;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    font-size: 12px;
    color: #B38E2C;
    background: #fff;
}
#cssmenu ul ul li:hover > a
{
    background: #f6f6f6;
    color: #8c9195;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last > a
{
    border-bottom: 0;
}
.submenuArrow
{
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #fff;
    position: absolute;
    top: -12px;
}
#cssmenu ul ul li.has-sub::after
{
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(158, 162, 165);
    transition: 0.2s;
    border-image: none;
    top: 12px;
    right: 15px;
}
#cssmenu ul ul li.has-sub:hover::after
{
    border-left-color: #fff;
    right: 5px;
}