/* menu */

.box {
  position:relative;
  }

#menu {
  width:184px; 
  text-align:center; 
  position:relative;
  }

#menu p {
	color:#E0FFFF;
	font-weight:bold;
	}

#menu a, #menu a:visited {
  text-decoration:none; 
  color:#00FFFF;
  display:block; 
  width:184px; 
  padding:4px;
  border:1px solid black;
  }

* html #menu a, 
* html #menu a:visited {
  width:75px; /* 175 */
  height:28px; 
  w\idth:184px; 
  he\ight:16px;
  }

#menu a span {
  display:none;
  }

#menu a:hover {
  border:1px solid #E0FFFF; 
  color:#E0FFFF;
  }

#menu a:hover span.left, 
#menu a:hover span.right {
  display:block; 
  position:absolute; 
  height:0; 
  width:0; 
  overflow:hidden; 
  border-top:12px solid #000; 
  border-bottom:12px solid #000; 
  }

#menu a:hover span.left {
  left:6px; 
  top:1px; 
  border-left:6px solid #E0FFFF;
  }

#menu a:hover span.right {
  left:182px; 
  top:1px; 
  border-right:6px solid #E0FFFF;
  }

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