
/*** 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: 236px;
}

    .vr-menu ul {
        position: absolute;
        top: -999em;
        width: 197px; /* left offset of submenus need to match (see below) */
    }

    .vr-menu li {
        float: left;
        position: relative;
        width: 175px;
        margin-left: -2px;
        padding-left: 5px;
        border-bottom: 1px solid #750028;
    }

        .vr-menu li:hover {
            visibility: inherit; /* fixes IE7 'sticky bug' */
            background-color: #b9d2f8;
            width: 210px;
            color: #152459;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            margin-left: -7px;
        }

        .vr-menu li a, .vr-menu li a:visited {
            color: white;
        }

            .vr-menu li a:hover {
                color: #152459;
            }

    .vr-menu ul li {
        width: 100%;
        background-color: #b9d2f8;
        background-image: none;
        margin-left: 85px;
        margin-bottom: 0;
        line-height: 100%;
        padding: 3px;
        height: 100%;
        border-bottom: none;
    }

        .vr-menu ul li:hover {
            color: #152459;
            background-color: #b9d2f8;
            border-bottom: none;
            border-radius: 0px;
            width: 100%;
            margin-left:85px;
        }

        .vr-menu ul li a, .vr-menu ul li a:link, .vr-menu ul li a:visited {
            color: #152459;
            background-color: none;
            background: none;
            border-bottom: none;
        }

            .vr-menu ul li a:hover {
                width: 100%;
                color: #750028;
                background-color: none;
                background: none;
                border-bottom: none;
            }

    .vr-menu a {
        display: block;
        position: relative;
    }

    .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: 10em; /* 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: 25px;
        width: 200px;
        padding-right: 1em;
        text-decoration: none;
        padding-top: 5px;
        padding-left: 5px;
        margin-left: -4px;
    }

        .vr-menu a, .vr-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
        }

    .vr-menu li {
    }

        .vr-menu li li {
        }

            .vr-menu li li li {
            }

        .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: 2.25em;
        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*/
}

/*Form fix

*{
    -webkit-box-sizing: content-box!important;
    box-sizing:none;
}*/
