#menu {
  width:1024px; 
  text-align:left; 
  position:relative;
	text-indent:10px;
  margin:2em auto;
	height:768px;
	background-color:none;
	background:url(fond.jpg) no-repeat;
  }
.box {
  position:relative;
  }
#menu a, #menu a:visited {
  text-decoration:none;
  background-color:none; 
  color:#003596; 
  display:block; 
  width:180px; 
  height:18px; 
  font-size:16px; 
  border:1px solid #fff; 
  padding:5px;
  }
* html #menu a, * html #menu a:visited {
  width:180px; 
  height:25px; 
  width:180px; 
  height:16px;

  }
#menu a span {
  display:none;
  }
#menu a:hover {
  border:1px solid #ff0000;
	background:#none;
}
#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; 
	background:#def2b3;
  }
#menu a:hover span.left {
  left:5px; 
  top:5px; 
  border-left:8px solid #c00;
	background:#def2b3;
  }
#menu a:hover span.right {
  left:179px; 
  top:5px; 
  border-right:8px solid #c00;
	background:#def2b3;
  }
* html #menu a:hover span.left, 
* html #menu a:hover span.right {
  width:8px; 
  height:16px; 
  width:0; 
  height:0;
	background:#def2b3;
  }
#menu a:hover span.lk {
  display:block; 
  position:absolute; 
  left:170px; 
  top:0; 
  padding:5px; 
  width:180px;
  background-color:#f5f3f1; 
  color:#005f00; 
  border:1px solid #234;
  }