#cssmenue_box
{
	position			: relative;
	top				: 0px;
	left 				: 0px;
	width				:	150px;
	height			:	auto;
	background		:	transparent; 
	border			:	none;
	color				:	#78883D;
	z-index			: 9999;
	float				: left;
}

/* Menue-Layout */

.menu, .menu ul 
{
list-style-type	:none;
padding				:0;
margin				:0; 
width					:140px;
}
.menu 
{
margin:0px 0px 0px 0px;
}
/*  IE7 Positioniert die Tabelle */
.menu 
{
position:relative; 
float:left;
}

/*  IE5.5 and IE6 Positioniert die Tabelle  */
* html .menu {position:static;}

/* Grösse und Plazierung der aufgezählten Punkte*/
.menu li 
{
display					:block;
float						:left; 
 width					:140px; 
background-color		: #D0DC92;
 margin					:0px 0 0 0; 
 border					:1px solid #fff; 

 }


.menu li.sub
{
	
	background-color: #D0DC92;
		
	
}

/* Grösse und Plazierung der aufgezählten Punkte IE5.5 */
.menu table 
{
border-collapse			:collapse;
 width						:0;
 height						:40px;
 position					:absolute;
  bottom						: 0;
  top							:auto; 
  left						:0;
  font-size					:9pt;
  }

/* layout wenn verlinkt */
.menu li a 
{
display				:block;
 color				:#202020; 
 font-family		:arial,sans-serif; 
 font-size			:9pt; 
 line-height		:30px; 
 height				:30px; 
 text-decoration	:none;
  text-indent		:10px;
  }

/* Layout beim Mouseover */
.menu a:hover 
{
background-color	: white;
#color					#D0DC92;
color					black;
font-weight:bold;
border: none;
border-color: #D0DC92;

}



/* Give the link OR list a relative position. Depends on which browser is used */
.menu li.sub:hover,
.menu li.sub a:hover {position:relative;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul,.menu :hover ul :hover ul :hover ul ul,.menu :hover ul :hover ul :hover ul :hover ul ul
{
	position:absolute;left:-9999px; width:128px; top:0;
}

/* Position the flyout sub levels to 'pull-up' or 'drop-down' when hovering over the sub level list OR link.  the transparent gif is for IE7 only and need not actually exist. File transparent.gif supplied with zip file */
/* pull up */
.menu :hover ul,.menu :hover ul :hover ul :hover ul,.menu :hover ul :hover ul :hover ul :hover ul :hover ul 
{
padding:20px 20px 20px 0;
left:118px; 
bottom: auto; 
top:-20px; 

} 
/* drop down */
.menu :hover ul :hover ul,.menu :hover ul :hover ul :hover ul :hover ul 
{
padding:20px 20px 20px 0; 
left:118px; 
top:-20px; 
bottom:auto;
}
