
/* Get rid of the margin, padding and bullets in the unordered lists */
#e_pmenu, #e_pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#e_pmenu a, #e_pmenu a:visited {
	display:block;
	width:160px; 
	font-size:12px; 
	color:#000; 
	text-decoration:none;
	text-align: left;
}

/* Set up the sub level borders */
#e_pmenu li ul li a, #e_pmenu li ul li a:visited {
}
#e_pmenu li a.enclose, #e_pmenu li a.enclose:visited {
}

/* Set up the list items */
#e_pmenu li {
	float:left;
}

/* For Non-IE browsers and IE7 */
#e_pmenu li:hover {
	position:relative;}

/* Make the hovered list color persist */
#e_pmenu li:hover > a {
}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#e_pmenu li ul {display:none;}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#e_pmenu li:hover > ul {
	display:block; 
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:10px 5px 5px 5px; 
	width:160px;
	border: #000000 1px solid;
	background-color: #FFFFFF;	
	/* IE */ 
	filter: alpha(opacity=80); 
	/* CSS3 standard */ 
	opacity: 0.8; 
	/* Mozilla FF */ 
	-moz-opacity: 0.8; 
}

/* Position the first sub level beneath the top level liinks */
#e_pmenu > li:hover > ul {
	left:-5px; 
	top:-192px;
}

/* get rid of the table */
#e_pmenu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:10px; 
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #e_pmenu li a:hover {
	position:relative;
	color:#000;
}

/* For accessibility of the top level menu when tabbing */
#e_pmenu li a:active, #e_pmenu li a:focus {

}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */
/* change the e_drop down levels from display:none; to visibility:hidden; */
* html #e_pmenu li ul {
	visibility:hidden; 
	display:block; 
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:10px 5px 5px 5px;
}

/* keep the third level+ hidden when you hover on first level link */
#e_pmenu li a:hover ul ul{
	visibility:hidden;
}

#e_pmenu .e_drop li .klein {
	font-size: 6px;
}
