#menu {
width: 160px;
text-align: left;
position: relative;
padding: 5px 0px 0px 5px;  /* oben, rechts, unten, links */	
}
.box {
position: relative;
}
#menu a {
text-decoration:none;
color: black;
font-family: "Verdana", "Arial", "Helvetica", "sans serif";
font-weight: lighter;
display: block;
width: 88px;
height: 15px;
font-size: 12px;					/* !!!!!!!!!!!!!!!!!!!!!!!!!! */
padding: 1px;
}
#menu a:visited {
text-decoration: none;
color: black;
font-family: "Verdana", "Arial", "Helvetica", "sans serif";
font-weight: lighter;
display: block;
width: 88px;
height: 15px;
font-size: 12px;	
padding: 1px;
}

#menu a span {
display: none;
}

#menu a:hover {
text-decoration: none;
color: blue;
font-family: "Verdana", "Arial", "Helvetica", "sans serif";
font-weight: normal;
background-color: #FFFFCC;
display: block;
width: 110px;
height: 15px;
font-size: 12px;	
padding: 1px;
}
#menu a:hover span.left {
display: block;
position: absolute;
left: -10px;
top: 4px;
height: 0px;
width: 0px;
overflow: hidden;
border-top: 5px solid #E2CE35;  
border-bottom: 5px solid #E2CE35;  
border-left: 5px solid blue;
}
#menu a:hover span.right {
display: block;
position: absolute;
left: 140px;
top: 1px;
height: 0px;
width: 0px;
overflow: hidden;
border-right: 8px solid blue;
}
#menu a:hover span.lk {
/* display: block; */
position: absolute;
display: block;
font-family: "Verdana", "Arial", "Helvetica", "sans serif";
font-weight: lighter;
font-size: 12px;                        
left: 150px;
top: 0px;
padding: 0px;
width: 140px;
text-align: center;
color: #000;
border: 1px solid black;
}
#menu a:active {
text-decoration: none;
color: #abc;
font-family: "Verdana", "Arial", "Helvetica", "sans serif";
font-weight: lighter;
display: block;
width: 100px;
height: 15px;
font-size: 12px;
border: 1px solid #fff;
padding: 1px;
}
#menu a:hover span.left_null {
display: block;
position: absolute;
left: -5px;
top: 5px;
height: 0px;
width: 0px;
overflow: hidden;
}
#menu a:hover span.right_null {
display: block;
position: absolute;
left: 140px;
top: 5px;
height: 0px;
width: 0px;
overflow: hidden;
}
#menu a:hover span.lk_null {
display: block;
position: absolute;
left: 170px;
top: 0px;
padding: 1px;
width: 130px;
text-align: center;
color: #000;
}
#menu a:hover span.lk_rot {
	display: block;
	position: absolute;
	left: 170px;
	top: 0px;
	padding: 1px;
	width: 130px;
	text-align: center;
/*	font-weight: bold; */
	color: blue;
	border: 1px solid black;
}