/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* ---------------------------------------------------------------------------------------------- */
#hmenu {
  margin: 0px auto;
  padding-left:14px;
}

#hmenu .sf-sub-indicator {  /* IE6 only */
  background: none;
	top: 22px; /* normal 17 */
  right: 0px;
  }
#hmenu ul a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 21px; /* normal 16 */
  right: 0px;
  }

#hmenu .sf-menu {
	margin:0px; padding:0px; border:0px;
	float: left;
/*  font-size: 14px; */
}
#hmenu .sf-menu li {
  float: left;
  text-align: center;
  margin: 0px;
  padding: 0px;
  }

#hmenu .sf-menu li ul {
  width: 150px; /*IE6 soils itself without this*/
}
#hmenu .sf-menu li li {
  background:	#c70f17;
  text-align: left;
  font-weight: bold;
  padding: 0px;
  font-size: 12px;
  }

#hmenu .sf-menu .last { background: none; }

#hmenu .sf-menu li:hover ul,
#hmenu .sf-menu li.sfHover ul {
	top: 55px; /* match top ul list item height */
}

#hmenu .sf-menu a { /* meniul principal */
  background: url(../../pic/menu-bg.jpg) no-repeat center right;
	padding:19px 14px 19px 14px;
  text-decoration: none;
}

#hmenu .sf-menu li li a {
  background: none;
	padding:7px 14px 7px 14px;
  color: #ffffff;
  border-bottom: 1px solid #d23f45;
  }

#hmenu .sf-menu a, #hmenu .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  color: #ffffff;
}

#hmenu .sf-menu li:hover, #hmenu .sf-menu li.sfHover,
#hmenu .sf-menu a:focus, #hmenu .sf-menu a:hover, #hmenu .sf-menu a:active {
  color: #000000;
}

#hmenu .sf-menu li:hover, #hmenu .sf-menu li.sfHover {
  background-image: url(../../pic/menu-arrow.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
#hmenu .sf-menu li li:hover, #hmenu .sf-menu li li.sfHover {
  background-image: none;
}