.box2 {
  position:relative;
  }
#menu2 {
	width:152px;
	text-align:center;
	top: 0px;
	left: 0px;
	float: left;
  }
#menu2 a, #menu2 a:visited {
	text-decoration:none;
	color:#FD1111;
	display:block;
	width:140px;
	height:16px;
	border:1px solid;
	padding:5px;
	border-color: #000000;
	background-color: #3C3C3C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
  }
* html #menu2 a, 
* html #menu2 a:visited {
  width:150px; 
  height:28px; 
  w\idth:138px; 
  he\ight:16px;
  }
#menu2 a span {
  display:none;
  }
#menu2 a:hover {
	border:1px solid;
	border-color: #FD1111;
  }
  
  
#menu2 a:hover span.left, 
#menu2 a:hover span.right {
	display:block;
	position:absolute;
	height:0;
	width:0;
	overflow:hidden;
	border-top:8px solid;
	border-bottom:8px solid;
	border-color: #1E1E1E;
  }

/* -------------------------------------------------------------------------------------------- */
/* Pfeile links und rechts
/* -------------------------------------------------------------------------------------------- */

#menu2 a:hover span.left {
	left:5px;
	top:5px;
	border-left:8px solid;
	border-color: #B00000;
  }
/*
#menu2 a:hover span.right {
  left:87px; 
  top:5px; 
  border-right:8px solid #c00;
  }
*/    

* html #menu2 a:hover span.left, 
* html #menu2 a:hover span.right {
  width:8px; 
  height:16px; 
  w\idth:0; 
  he\ight:0;
  }
