/*** ESSENTIAL STYLES ***/

.vr-menu,
.vr-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vr-menu {
    line-height: 1.0;
    font-family: Verdana, Arial;
    font-weight: bold;
    width: 209px;
}

.vr-menu li a {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    background: #00146e;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border: 1px solid #000000;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vr-menu ul {
    position: absolute;
    top: -999em;
    width: 203px;
    /* left offset of submenus need to match (see below) */
}

.vr-menu li {
    float: left;
    position: relative;
    width: 245px;
    /* margin-left: -2px;*/
    /*padding-left: 5px;*/
}

.vr-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
    /* width: 100%; */
    background-image: none;
}

.vr-menu li a,
.vr-menu li a:visited {
    color: white;
}

.vr-menu li a:hover {
    color: #f03538;
}

.vr-menu ul li {
    width: 100%;
    margin-left: 85px;
    margin-bottom: 0;
    line-height: 12px;
    height: 100%;
    background-color: #04529c;
    border-radius: 7px;
}

.vr-menu ul li:hover {
    color: #152459;
    border-bottom: none;
    border-radius: 7px;
    width: 100%;
}

.vr-menu ul li a,
.vr-menu ul li a:link,
.vr-menu ul li a:visited {
    border: none;
    /* width: 100%; */
    color: #ffffff;
    /* border: 1px solid #ffffff; */
    background-image: none;
    padding: 8px;
    height: 100%;
    line-height: 1.25;
    padding-left: 12px;
}

.vr-menu ul li a:hover {
    /* width: 100%; */
    color: #f03538;
}

.vr-menu li:hover ul,
.vr-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
    /* match top ul list item height */
    z-index: 99;
}

ul.vr-menu li:hover li ul,
ul.vr-menu li.sfHover li ul {
    top: -999em;
}

ul.vr-menu li li:hover ul,
ul.vr-menu li li.sfHover ul {
    left: 121px;
    /* match ul width */
    top: 0;
}

ul.vr-menu li li:hover li ul,
ul.vr-menu li li.sfHover li ul {
    top: -999em;
}

ul.vr-menu li li li:hover ul,
ul.vr-menu li li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0;
}


/*** DEMO SKIN ***/

.vr-menu {
    height: 2em;
    margin-bottom: 1em;
}

.vr-menu a {
    height: 30px;
    width: 245px;
    padding-right: -1em;
    text-decoration: none;
    padding-top: 5px;
    padding-left: 5px;
}

.vr-menu li:first-child>a {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.vr-menu li:last-child>a {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.vr-menu a,
.vr-menu a:visited {
    /* visited pseudo selector so IE6 applies text colour*/
}

.vr-menu li {
    top: -1px;
}

.vr-menu li li {}

.vr-menu li li li {
    left: -3px;
    top: 1px;
}

.vr-menu li:hover,
.vr-menu li.sfHover,
.vr-menu a:focus,
.vr-menu a:hover,
.vr-menu a:active {
    outline: 0;
}


/*** arrows **/

.vr-menu a.sf-with-ul {
    /*padding-right: 	2em;*/
    min-width: 1px;
    /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
}

a>.sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px;
    /* use translucent arrow for modern browsers*/
}


/* apply hovers to modern browsers */

a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
a:active>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator {
    background-position: -10px -100px;
    /* arrow hovers for modern browsers*/
}


/* point right for anchors in subs */

.vr-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.vr-menu ul a>.sf-sub-indicator {
    background-position: 0 0;
}


/* apply hovers to modern browsers */

.vr-menu ul a:focus>.sf-sub-indicator,
.vr-menu ul a:hover>.sf-sub-indicator,
.vr-menu ul a:active>.sf-sub-indicator,
.vr-menu ul li:hover>a>.sf-sub-indicator,
.vr-menu ul li.sfHover>a>.sf-sub-indicator {
    background-position: -10px 0;
    /* arrow hovers for modern browsers*/
}

@media (min-width: 1651px) {
    .vr-menu li {
        width: 150%;
    }
    .vr-menu a {
        width: 270px;
    }
}