/* Applied to all unordered lists within the div named "BaumMenu" */
#BaumMenu{
	margin: 0;
	border: solid 0px #999;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background: transparent;
}
#BaumMenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background: transparent;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#BaumMenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 170px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 136px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
	display: inline;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#BaumMenu a
{
	display: block;
	border-bottom: solid 1x #000;
	width: 170px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 136px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #333;
	font-weight: bold;
	text-decoration: none;
	/*background-color: #eee;*/
	padding: 1px 4px 2px 4px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#BaumMenu a:hover
{
	color: #FFF;
}
#BaumMenu a:active
{
	color: #FFF;
}
#BaumMenu a:visited
{
	color: #EEE;
}

/* Applied to first-level links */
#BaumMenu ul a
{	width: 170px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 136px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #000;
}

/* Applied to second-level links */
#BaumMenu ul ul a
{
	padding-left: 12px;
	/*background-color: #ddd;*/
	width: 170px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 132px;
	_width: 144px;
	/* end hack */
	color: #000;
}

/* Applied to third-level links */
#BaumMenu ul ul ul a
{
	padding-left: 18px;
	/*background-color: #ccc;*/
	width: 170px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 126px;
	_width: 144px;
	/* end hack */
	color: #000;
}

/* Applied to fourth-level links */
#BaumMenu ul ul ul ul a
{
	padding-left: 24px;
	/*background-color: #bbb;*/
	width: 170px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 120px;
	_width: 144px;
	/* end hack */
	color: #000;
}

/* Applied to fifth-level links */
#BaumMenu ul ul ul ul ul a
{
	padding-left: 30px;
	/*background-color: #aaa;*/
	font-weight: normal;
	width: 170px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 114px;
	_width: 144px;
	/* end hack */
	color: #000;
}

.ArrowPointer
{
	cursor: default;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#BaumMenuParentLink,
li#BaumMenuParentItem,
#BaumMenuParentLink a
{ /* parent link itself */
	color: #eee;
	/*background-color: #999;*/
	text-decoration: none;
}

/*li #BaumMenuCurrentItem,
#BaumMenuCurrentLink a,
#BaumMenuCurrentLink :Visited,
#BaumMenuCurrentLink :active,
#BaumMenuCurrentLink :hover,
#BaumMenuCurrentLink :link,*/
#BaumMenu #BaumMenuCurrentLink a:visited,
#BaumMenuCurrentLink
{ /* current link itself */
	color: #000;
	background-color: #C4E6E7;
	text-decoration: none;
}
