/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	text-align:right;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%; 
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative; font-weight:200;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;	
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	/*border-right:	1px solid #fff;*/
	padding:0em 1.5em;
	text-align:center;
	text-decoration:none;
	color:	#999;
	font-family:oswald;
}
.sf-menu a:hover, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#999;
}
.sf-menu li {

}
.sf-menu li li {
	background:#efefef; 
	border-left:#cdcdcd 1px solid;  
	border-bottom:#cdcdcd 1px solid;
	border-top:#fcfbfb 1px solid; 
	border-right:#cdcdcd 1px solid; 
	width: 100%;
	color:#999;
}
.sf-menu li li:hover {
	background:#efefef; 
	border-left:#cdcdcd 1px solid;  
	border-bottom:#cdcdcd 1px solid;
	border-top:#fcfbfb 1px solid; 
	border-right:#cdcdcd 1px solid; 
	width: 100%;	
	color:#2466a2;
}
.sf-menu li li a:hover{ 
}	
.sf-menu li li li {
	background:	#0673b6;
	color:#999; 
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu #active a {
	outline:		0;
	color:#999;
}
/*** arrows **/
.sf-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;
	background:		url(pics/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 */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}	

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(pics/shadow.png) no-repeat bottom right;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
  
/* Menu Center */
.sf-menu_Ce, .sf-menu_Ce * {
	margin:			0;
	padding:		0;
	list-style:		none;
	text-align:right;
}
.sf-menu_Ce {
}
.sf-menu_Ce ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu_Ce ul li {
	width:			100%; 
	height:123px;
}
.sf-menu_Ce li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	height:123px;
	border-left:#cdcdcd 1px solid;
}
.sf-menu_Ce li {
	float:			left;
	position:		relative;
	height:123px;
	border-left:#cdcdcd 1px solid;
	line-height:18px;
}
.sf-menu_Ce li.menu_quote {
	float:			left;
	position:		relative;
	background:#F60;
	position:relative;
	bottom:3px;
	border-radius:6px;
	margin-left:40px;
}
.sf-menu_Ce li.menu_quote:hover {
	float:			left;
	position:		relative;
	background:#F90;
	position:relative;
}
.sf-menu_Ce li.menu_quote a{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}
.sf-menu_Ce li.menu_quote a:hover{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	background:none
}
.sf-menu_Ce a {
	display:		block;
	position:		relative; font-weight:200;
}
.sf-menu_Ce li:hover ul,
.sf-menu_Ce li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu_Ce li:hover li ul,
ul.sf-menu_Ce li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu_Ce li li:hover ul,
ul.sf-menu_Ce li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu_Ce li li:hover li ul,
ul.sf-menu_Ce li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu_Ce li li li:hover ul,
ul.sf-menu_Ce li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu_Ce {
	float:			right;
}
.sf-menu_Ce a {
    font-size: 16px;
    padding: 0px 1em;
    text-align: center;
	text-transform:uppercase;
    text-decoration: none;
	display:table-cell;
	height:123px;
	vertical-align:middle;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #656464;
    font-family: "Oswald",sans-serif;
}
.sf-menu_Ce a:hover{ /* visited pseudo selector so IE6 applies text colour*/
	color:#000;
}
.sf-menu_Ce li {

}
.sf-menu_Ce li li {
	text-align:left;
	background:#2f2f2f url(pics/bg_li_li.png) no-repeat right top;
    border-top:#3c3b3b 1px solid;
	margin:0px; padding:0px; border-collapse:collapse;
	width:100%;
	line-height:34px;
	height:34px !important;
	border-left:none
}
.sf-menu_Ce li li a{
	color: #fff;
    font-size: 12px;
	font-weight:100;
    text-align: left;
	height:34px !important;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif !important;
	text-transform:capitalize !important
}
.sf-menu_Ce li li a:hover{	
	background:none;
	border-left:none;
	color: #f00;
	text-decoration:none;
	font-weight:100;
	text-align:left;
	height:auto !important
}
.sf-menu_Ce li li:hover {
	height:auto;
	background:#2f2f2f url(pics/bg_li_li.png) no-repeat right top;
	border-left:none;
}
.sf-menu_Ce li li li {
	background:	#cee5f7;
	color:#fff; 
}
.sf-menu_Ce a:focus, .sf-menu_Ce a:hover {
	outline:		0;
	color:#fff;
	background:#ca231a;
	height:123px;
}

/*** arrows **/
.sf-menu_Ce a.sf-with-ul {
	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;
	background:		url(pics/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 */
.sf-menu_Ce ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu_Ce ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu_Ce ul a:focus > .sf-sub-indicator,
.sf-menu_Ce ul a:hover > .sf-sub-indicator,
.sf-menu_Ce ul a:active > .sf-sub-indicator,
.sf-menu_Ce ul li:hover > a > .sf-sub-indicator,
.sf-menu_Ce ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}	

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(pics/shadow.png) no-repeat bottom right;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-menu_Ce a:selected {
	outline:		0;
	color:#fff;
	font-weight:bold;
	background:#ca231a;
}

/* Menu right */
.sf-menu_R, .sf-menu_R * {
	margin:			0;
	/*padding:		7px 0px 7px 0px;*/
	list-style:		none;
	text-align: 	left;
}
.sf-menu_R {
	width:180px;
}
.sf-menu_R ul {
	position:		absolute;
	top:			-999em;
	width:180px; /* left offset of submenus need to match (see below) */	
}
.sf-menu_R ul li {
	border-left:#7ecbfd 1px solid;
	border-right:#7ecbfd 1px solid;
	border-top:#7ecbfd 1px solid;
}
.sf-menu_R li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu_R li {
	float:			left;
	position:		relative;		
	width:200px;
}
.sf-menu_R a {	block;
	position:		relative; font-weight:200;
	height:18px;
}
.sf-menu_R li:hover ul,
.sf-menu_R li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu_R li:hover li ul,
ul.sf-menu_R li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu_R li li:hover ul,
ul.sf-menu_R li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu_R li li:hover li ul,
ul.sf-menu_R li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu_R li li li:hover ul,
ul.sf-menu_R li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/* DEMO SKIN */
.sf-menu_R sf-vertical ul {list-style-type:none; margin:0 auto; padding:0 }
.sf-menu_R {
	float:			left;
	width:180px;
}
.sf-menu_R a {
	/*border-right:	1px solid #fff;*/
	color: #333;
    float: left;
    height: 30px;
    padding: 6px 5px 0 36px;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 180px;
}
.sf-menu_R a:hover, .sf-menu_R a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#333;
	width:180px;
}
.sf-menu_R li {
	width:180px;
	background:url(pics/bg_menu_right.png) no-repeat left;
	padding: 7px 0 7px 25px;
	height:30px;
}
.sf-menu_R li li {
	border: 1px solid #8bd2fd;
	border-right-color: #8bd2fd;
	border-bottom-color: #b7e3fe;
	padding: 0 6px;
	display: block;
	background: #fff;
	color: #666;
	font: bold 12px/22px Arial, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 100%; /*For IE*/
	width:180px;	  
	margin-left:25px;
}
.sf-menu_R li li:hover {
	border: 1px solid #8bd2fd;
	border-right-color: #8bd2fd;
	border-bottom-color: #b7e3fe;
	padding: 0 6px;
	display: block;
	background: #effcff;
	color: #666;
	font: bold 12px/22px Arial, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 100%; /*For IE*/
	width:180px;
}
.sf-menu_R li li a:hover{
	text-align:left;
	color:#0968d4;
	width:180px;
	background:#666;
}	
.sf-menu_R li li li {
	background:	#fff;
	color:#666;
	margin-left:12px; 
	width:180px;
}
.sf-menu_R a:hover{		
	color:#a31c3f; 
} 
.sf-menu_R a:active {
	background:		#eafafe;
	outline:		0;
	color:#fff;
	width:180px;
}

/* Arrows */
.sf-menu_R 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;
	background:		url(pics/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 */
.sf-menu_R ul .sf-sub-indicator {  background-position:  -10px 0;}
.sf-menu_R ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu_R ul a:focus > .sf-sub-indicator,
.sf-menu_R ul a:hover > .sf-sub-indicator,
.sf-menu_R ul a:active > .sf-sub-indicator,
.sf-menu_R ul li:hover > a > .sf-sub-indicator,
.sf-menu_R ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}	

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(pics/shadow.png) no-repeat bottom right;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Menu Left */
.sf-menu_L, .sf-menu_L * {
	margin:			0;
	padding:		0;
	list-style:		none;
	text-align:right;
}
.sf-menu_L {
	line-height:	1.0;
	width:168px;
}
.sf-menu_L ul {
	position:		absolute;
	top:			-999em;
	width:168px; /* left offset of submenus need to match (see below) */		
}
.sf-menu_L ul li {
}
.sf-menu_L li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu_L li {
	float:			left;
	position:		relative;		
	width:168px;
}
.sf-menu_L a {
	display:		block;
	position:		relative; font-weight:200;
	height:18px;
}
.sf-menu_L li:hover ul,
.sf-menu_L li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu_L li:hover li ul,
ul.sf-menu_L li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu_L li li:hover ul,
ul.sf-menu_L li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu_L li li:hover li ul,
ul.sf-menu_L li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu_L li li li:hover ul,
ul.sf-menu_L li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu_L {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu_L a {
	/*border-right:	1px solid #fff;*/
	padding: 5px 26px 5px 25px;
	text-align:left;
	text-decoration:none;
	color:	#000;
}
.sf-menu_L a:hover, .sf-menu_L a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#000;
	height:90px;
}
.sf-menu_L li {
 
}
.sf-menu_L li li {
	background:#efefef; 
	display: block;
	color: #666;
	font: bold 12px/22px Arial, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 100%; /*For IE*/
	margin-left:25px;
}
.sf-menu_L li li:hover {
	height: auto !important;
	height: 100%; /*For IE*/
}
.sf-menu_L li li a:hover{
	background: url("pics/bg_menu_hover_top.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: none;
    outline: 0 none;
	height:90px;
}	
.sf-menu_L li li li {
	color:#666;
	margin-left:12px; 
}
.sf-menu_L li li li a:hover{
	color:#0968d4; 
}
.sf-menu_L a:hover, .sf-menu_L a:active {
	outline:		0;
	color:#0968d4;
	height:90px;
}

/* Arrows */
.sf-menu_L 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;
	background:		url(pics/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 */
.sf-menu_L ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu_L ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu_L ul a:focus > .sf-sub-indicator,
.sf-menu_L ul a:hover > .sf-sub-indicator,
.sf-menu_L ul a:active > .sf-sub-indicator,
.sf-menu_L ul li:hover > a > .sf-sub-indicator,
.sf-menu_L ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}	

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(pics/shadow.png) no-repeat bottom right;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	z-index:1000000;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


.sf-menu_L ul{width:150px; float:left}
.sf-menu_L ul li{width:13em;}
.sf-menu_L ul li ul{margin-left:1px !important}
.sf-menu_L ul li ul li a#selected{
	color: #fff;
	background:#da251d;}
.sf-menu_L ul li a{width:115px !important; }
ul.menu_left_Verticle {
	list-style-type:none;
	margin:0 auto;
	padding:0;	
}
ul.menu_left_Verticle li:first-child{
	line-height:24px; float:right; width:100%;
	background:#ececec;	
	border-radius:7px 0 0 0;
	text-indent:10px;
}
ul.menu_left_Verticle li{
	line-height:24px; float:right; width:100%;
	background:#ececec;	
	border-radius:0;
	text-indent:10px;
	border-bottom:#fff 2px solid !important
}
ul.menu_left_Verticle li:last-child{
	line-height:24px; float:right; width:100%;
	background:#ececec;	
	border-radius: 0 0 0 7px;
	text-indent:10px;
}
ul.menu_left_Verticle li a{
	color:#666; font-weight:bold;	
}
ul.menu_left_Verticle li ul{
	list-style-type:none;
	margin:0 auto;
	padding:0;	
}
ul.menu_left_Verticle li ul li:first-child{
	background:#fff url(pics/icon_left.png) no-repeat left; border-top:#eceaea 1px solid; line-height:24px; float:left; padding-left:20px; width:89.5%; border-radius:0 	
}
ul.menu_left_Verticle li ul li{
	background:#fff url(pics/icon_left.png) no-repeat left; border-top:#eceaea 1px solid; line-height:24px; float:left; padding-left:20px; width:89.5%; border-radius:0 	
}
ul.menu_left_Verticle li ul li:last-child{
	background:#fff url(pics/icon_left.png) no-repeat left; border-top:#eceaea 1px solid; line-height:24px; float:left; padding-left:20px; width:89.5%; border-radius:0  	
}
ul.menu_left_Verticle li ul li a{
	font-size:12px; color:#666; text-align:left; float:left; font-weight:100;
}
ul.menu_left_Verticle li ul li a#selected{
	background:none !important;
	color:#c32f4a;
}
ul.menu_left_Verticle li a#selected{
	background:none !important;
	color:#666;
}
ul.sf-menu_Ce li ul {margin-top:90px; width:13em}
@font-face {
    font-family: oswald;
    src: url('oswald-vnf-regular.ttf');
}











