/*** 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;
  height: 29px;
	float: left;
}

#hmenu .sf-sub-indicator {  /* IE6 only */
  background-image: none;
	top: 14px; /* normal 17 */
  right: 4px;
  }
#hmenu ul a > .sf-sub-indicator {  /* give all except IE6 the correct values */
  background-image: none;
	top: 13px; /* normal 16 */
  right: 4px;
  }

#hmenu .sf-menu {
	margin:0px; padding:0px; border:0px;
	float: left;
  font-size: 13px;
}
#hmenu .sf-menu li {
  float: left;
  text-align: center;
  margin: 0px;
  font-weight: bold;
  }

#hmenu .sf-menu li ul {
  width: 949px; /*IE6 soils itself without this*/
}
#hmenu .sf-menu li li {
  background:	#4f8307;
  text-align: left;
  font-weight: bold;
  padding: 0px;
  }

#hmenu .sf-menu li:hover ul,
#hmenu .sf-menu li.sfHover ul {
	top: 29px; /* match top ul list item height */
}

#hmenu .sf-menu a { /* meniul principal */
	padding:8px 9px 8px 9px;
  text-decoration: none;
}

#hmenu .sf-menu li li a {
	padding:9px 11px 9px 11px;
  color: #ffffff;
  border-bottom: 0px solid #27241e;
  }

#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 {
  background-color: #ffffff;
  color: #231f21;
}
#hmenu .sf-menu li:hover, #hmenu .sf-menu li.sfHover {}

#hmenu .sf-menu li li:hover, #hmenu .sf-menu li li.sfHover {
  background-color: #ffffff;
  color: #231f21;
}
#hmenu .active a:visited {
  background-color: #ffffff;
  color: #231f21;
}
