@charset "utf-8";
/* CSS Document */
.prestalove-easy-menu {
	position:absolute;
	top:268px;
	left:53px;
}
.pl-easy-menu {
	float:left;
	text-align: left;
}

#pl-menu-0 {
	position: relative;
}

.pl-easy-menu ul li.backLava {
	height: 32px;
	z-index: 8;
	width:29px;
	position: absolute;	
}
.sf-menu {
  margin:0;
}
.sf-menu li {
	z-index:10;
	padding-right: 3px;
}
.sf-menu a {
  padding: 0px 12px;
  line-height: 36px;
  color: #CCCCCC;
  font-size: 12px;
}
.sf-menu a:hover,
.sf-menu a.active,
.sf-menu li.sfHover a {
	color:#B57400;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 1.4em;
}
.sf-menu ul {
	background: #7e7e7e;
	margin: 20px 0;
	padding: 0;
	width: 15em;
}
.sf-menu ul li {
	background: none;
	padding: 0;
}
.sf-menu ul li.last {
	border: none;
}
.sf-menu ul a,
.sf-menu li.sfHover ul a {
  background: none;
  padding: 10px;
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
  line-height: normal;
}

.sf-menu li.sfHover ul li a.active,
.sf-menu li.sfHover ul li a:hover {
  background: url(img/nav-link-hover.png);
}

/* Vertical menu */
#left_column,
#right_column {
  overflow: visible;
}
.pl-easy-menu {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#left_column .sf-vertical ul, #right_column .sf-vertical ul {
  
}
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  right: -14.2em;
  top: -1em;
}
#left_column .sf-vertical li:hover ul,
#right_column .sf-vertical li.sfHover ul {
  right: -14.2em; /* match ul width*/
  top: -1em;
}
.sf-vertical, .sf-vertical li {
  
}
.sf-vertical.pl-easy-menu {
  background: none;
}
.sf-vertical.pl-easy-menu li {
  padding: 0;
  z-index:1;
  float:left;
}
.sf-vertical.pl-easy-menu li.last {
  border: none;
}
.sf-vertical.pl-easy-menu a {
  color: #CCCCCC;
  text-shadow: none;
}