
/*** ESSENTIAL STYLES ***/
.vr-menu, .vr-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;

}
.vr-menu {
	line-height:	1.0;
	font-family: Calibri;
    font-weight: normal;
    
    color: #203c57;

}
.vr-menu ul {
	position:		absolute;
	top:			-999em;
	width:			185px; /* left offset of submenus need to match (see below) */

}

.vr-menu li {
	float:			left;
	position:		relative;
    width: 185px;
    margin-left: 10px;
    padding-left: 5px;
    font-size: 13px;
}
.vr-menu li:hover{
        visibility: inherit; /* fixes IE7 'sticky bug' */
        background-color: #203c57;
        color: white;
        width: 185px;
    }

    .vr-menu li:hover a {
         color: white;
    }

.vr-menu ul li {
	width:			100%;
    background-color:#203c57; 
    background-image: none;
    margin-bottom: 0;
    line-height: 100%;
    height: 100%;
    color:white;
    border: 0;
    padding-left: 10px;
}

    .vr-menu ul li a {
        color: white;
        height: 26px;
    }
.vr-menu ul li:hover {
    background-color: #84A1BF;
     padding-left: 10px;
    color:white;
    width: 100%;
}

.vr-menu li li a:hover, .vr-menu li li li a:hover{
    background-color: #84A1BF;
    color: #203c57;
   
}
    
.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:			185px; /* 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:17px;
	width:185px;
	text-decoration:none;
	padding-top:7px;
}
.vr-menu a  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#203c57;
    font-size: 13px;
}
.vr-menu li 
{
}
.vr-menu li li {
    background-color: #203c57;
        color: white;
        width: 185px;
    margin-left: 60px;
    line-height: 98%;
    padding-bottom: 1px;
}
.vr-menu li li li {
     background-color: #203c57;
        color: white;
        width: 185px;
    margin-left: 10px;
}
.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:			.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*/
}
