.box {
  position:relative;
  background: #FFF;  
}


#menu {
	margin-left: 0px;
  text-align:left; 
  position:relative;
}


#menu a, #menu a:visited {
  margin-left: 20px;
  text-decoration:none; 
  color: #000; 
  display:block; 
  width:120px; 
  border:1px solid #fff; 
  padding:5px;
  border-bottom: #c0c0c0;  
  font-size: 1em;
  font-weight: bold;
}
  
  
* html #menu a, * html #menu a:visited {
  width:120px; 
  height:28px; 
}




#menu a span {
  display:none;
}


#menu a:hover {
  color: #971b1d;; 
  border-bottom: 1px solid  #971b1d;;
}



#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;
  }

