#menu a, #menu a:visited {
  text-decoration:none;
	font-size: 12px;
  background-color:#15301F; 
  color:#fff; 
  display:block; 
  width:12em; 
  height:2em; 
  border-bottom:1px solid #fff;  
  border-right:1px solid #000; 
  padding:0.5em;
  }
#menu a:hover {
  border-bottom:1px solid #000; 
  text-align:right;
  }
