
/*** ESSENTIAL STYLES ***/
.vr-menu, .vr-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
   
   

}
.vr-menu {
	line-height:	1.0;
	font-family: Arial;
    font-weight: bold;

}
.vr-menu ul {
	position:		absolute;
	top:			-999em;
	width:			275px; /* left offset of submenus need to match (see below) */

}
.vr-menu li{
    background: linear-gradient(#043191, #02226e);
    background-color: #031952;
}
.vr-menu li a {
    padding-left: 30px;
	  
}

.vr-menu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
        background:  #031952;
        width: 100%;
    }

    .vr-menu li:hover a {
        
    }

.vr-menu ul li {
	width: 275px;
    background: #031952;
    margin-left: 160px;
    margin-bottom: 0;
    line-height: 100%;
    height: 36px;
    
    border: 0;
    padding-left: 10px;
}

.vr-menu ul li:hover{
   background: #a5071b;
  
}

    .vr-menu ul li a {
        color: white;
    }
.vr-menu ul li:hover {
	width:			100%;
    background-image: none;

}

.vr-menu ul li:hover a{
    color: white;
}
    
.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: 100%;
	padding-right:1em;
	text-decoration:none;
	padding-top:5px;
}

.vr-menu a, .vr-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			white;
}
.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 {
	
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1.5em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
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 (max-width: 1200px){
    .vr-menu ul li{
        margin-left: 110px;
    }
}
@media (max-width:991px){
    .vr-menu a{
        height: 45px;
    }
    
    .vr-menu ul li{
        margin-left: 55px;
    }
}