@CHARSET "ISO-8859-1";

#biContext{
	padding:4px; 
	border-style:solid; 
	border-width:0.1em; 
	position:absolute;
	display:none; 
	
	top:100px; 
	left:100px;
	z-index:1000; 
	background-color:#FFFFFF; 
	font-size:0.8em; 
}
.ctMenue{
	
}
.contextMenue{ 
 position:absolute;  
 top:0px; 	
 left:0px; 
 z-index:1000; 
 background-color:#9cbbe0; 
 border-top-color:#d3e1f1; 
 border-style:outset; 
 border-width:0.1em; 
 white-space:nowrap; 
 width:7.5em; 
 border-left-color:#d3e1f1; 
 }
.contextMenueText{ 
 width:7.0em;  
 white-space:nowrap; 
 vertical-align:top; 
 padding-left:0.2em; 
 font-size:1.0em; 
 line-height:1.6em;
 }
.contextMenueText:hover{ 
 color:#aaaaaa; 
 background-color:#eeeeee; 
 }