#box {
  text-align: left;
  background-color: #FFFFFF;
  width: 188px;
}

#box li a {
  height: 24px;
  line-height: 24px;
  width: 188px;
  display: block;
  text-decoration: none;
  text-indent: 26px;
  color: #000;
  background-color: #DDDDDD;
  margin-top: 2px;
}

#box li a:hover{
 background-color: none; 
}

#box li a.sub {
  text-indent: 40px; 
  font-size: 11px;

}

#box li a.akt {
  text-indent: 40px;
  font-size: 11px;
  text-decoration: underline;

}


/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical ul, .sf-vertical, .sf-vertical li {
	width:	198px;
	padding: 0;
	border: none;
}
.sf-menu,
.sf-menu ul {
	border: 0px solid #189E52;
}
.sf-menu ul {
	width: 198px;
}
.sf-menu a,
.sf-vertical ul li a {
	padding: 0;
	background-color: #fff;
	border: none;
}
#box li li a,
.sf-vertical ul li li a,
.sf-vertical ul li li a:visited {
	color: #000 
}
.sf-menu a.sf-with-ul {
	padding: 0;
}
/* 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 {
	width: 198px;
	left:	198px; /* 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*/
}

#sf-subnav a:hover {
 color: #2497CB;
}