.menu_horizontal ul
{
	z-index: 2;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #878787;
}

/*Top level list items*/
.menu_horizontal ul li
{
	position: relative;
	display: inline;
	float: left;
	border-right: 1px solid #878787;
}

/*Top level menu link items style*/
.menu_horizontal ul li b
{
  display: block;
  width: 105px; /*Width of top level menu link items*/
  height: 16px;
  padding: 5px 0px;

  text-decoration: none;
  text-align: center;
  color: #ffff99;
  font-family: Verdana;
  font-weight: bold;
}

/*Top level menu link items style*/
.menu_horizontal ul li a
{
  display: block;
  width: 105px; /*Width of top level menu link items*/
  height: 16px;
  padding: 5px 0px;

  text-decoration: none;
  text-align: center;
  color: #ffff99;  
  font-family: Verdana;
  font-weight: bold;
}

/*1st sub level menu*/
.menu_horizontal ul li ul
{
  left: 0;
  position: absolute;
  z-index: 2;
  top: 1em; /* no need to change, as true value set by script */
  display: block;
  background-color:#EAEAEA;
  visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu_horizontal ul li ul li
{
  display: list-item;
  float: none;
  border-right: 0px solid #3E4F2F;
  border-bottom: 0px solid #3E4F2F;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu_horizontal ul li ul li ul
{
  left: 159px; /* no need to change, as true value set by script */
  top: 0;
}

/* Sub level menu links style */
.menu_horizontal ul li ul li a
{
  display: block;
  width: 160px; /*width of sub menu levels*/
  height: 14px;
  color: #ffff99;
  text-decoration: none;
  padding: 4px 10px 5px;
  text-align: left;
  font-size:12px;
	background: url(/image/templates/golfplatz/menu_bg2.gif) repeat-x white;
}

.menu_horizontal ul li a:hover
{
  color: #408216;
  border-bottom: 1px solid #408216;
  background: url(/image/templates/golfplatz/header_pattern2.jpg);
}

/*Background image for top level menu list links */
.menu_horizontal .mainfoldericon
{

}

/*Background image for subsequent level menu list links */
.menu_horizontal .subfoldericon
{

}

* html p#iepara
{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
  padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .menu_horizontal ul li { float: left; height: 1%; }
* html .menu_horizontal ul li a { height: 1%; }
/* End */
