/* adding sf-vertical class in addition to sf-vert creates a vertical menu */
/* eg. <ul class="sf-vert sf-vertical"> ... */
.sf-vertical {
	//position: absolute;
  //width: 12em;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */

	width: 100%;
  /*
  min-width: 12em;
  *width: 12em;
  */
}
.sf-vertical ul {
	font-size: 12px;
	color: #FFF;
	margin-top: -45px;
	list-style: none;
	display: none;
	left: 265px;
	position: absolute;
	z-index: 99;
	background: url('/img/menuArLeft.png') left top no-repeat;
	padding-left: 15px;
}
.sf-vertical > li {
  float: none;
	border: none;
}
.sf-vertical li {
  width: 100%;
	border: none;
}

#countrySingle:hover {

}

#countrySingle a {

}

#countrySingle a:hover {

}

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border: none;
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border: none;
	color: #FFF;
}









/*** ESSENTIAL STYLES ***/
.sf-vert, .sf-vert * {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #8292a2;
	font-size: 14px;
}

.sf-vert {
  line-height: 1.0;
}

.sf-vert sup {
	font-size: 8px;
	padding-left: 5px;
}
.sf-vert > li {
	float: left;
}
.sf-vert li:hover > ul,
.sf-vert li.sfHover > ul {
	display: block;
}

.sf-vert a {
	display: block;
	position: relative;
	color: #FFF;
}
.sf-vert ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-vert {
	float: left;
	margin-bottom: 1em;
}
.sf-vert a {
	zoom: 1; /* IE7 */
  border: none;
	//color: #000;
  padding: .55em .75em;
  text-decoration:none;
}
.sf-vert a {
	color: #FFF;
}
.sf-vert li {
  color: #FFF;
  float:  left;
  position: relative;

	background: none;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	//-webkit-transition: background .2s;
	//transition: background .2s;
}
.sf-vert ul li {
	//background: #AABDE6;
}

.sf-vert li li {
  padding: 5px;
  width: 90%;
  margin: 5px;
}

.liExt {
  width: 250px;
}
.sf-vert ul ul li {
	background: #9AAEDB;
}
.sf-vert li:hover,
.sf-vert li.sfHover {
  background: #0666a0;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-vert li li:hover, .sf-vert li li a:hover {
  background: #1a99ca;
  color: #FFF;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 1em;
	padding-left: 1em;
	*padding-right: 0.5em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: none;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border: none;
  outline: 0;
	color: #FFF;
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border: none;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border: none;
}
