.box {
  position:relative;
  }
#menu {
	width:100;
	text-align:left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
#menu a, #menu a:visited {
  text-decoration:none; 
  color:#666600; 
  display:block; 
  width:100px; 
  height:16px; 
  border:1px solid #fff; 
  padding:5px;
  }
* html #menu a, 
* html #menu a:visited {
  width:100px; 
  height:28px; 
  w\idth:100px; 
  he\ight:16px;
  }
#menu a span {
  display:none;
  }
#menu a:hover {
  border:1px solid #c00; 
  }
#menu a:hover span.left, 
#menu a:hover span.right {
  display:block; 
  position:absolute; 
  height:0; 
  width:0; 
  overflow:hidden; 
  border-top:8px solid #fff; 
  border-bottom:8px solid #fff; 
  }
#menu a:hover span.left {
  left:5px; 
  top:5px; 
  border-left:8px solid #c00;
  }
#menu a:hover span.right {
  left:87px; 
  top:5px; 
  border-right:8px solid #c00;
  }

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

