/* menu.css */

#Menu {
  height: 25px;
  line-height: 25px;
  margin: 58px 0 0 300px;
}
#Menu ul li {
  float: left;
  list-style-type: none;  
}
#Menu ul li a {
  color: #527D24;
  display: block;
  margin-right: 10px;
  padding: 0 0 0 10px;
  text-decoration: none;
}
#Menu a .Btright{
  display: block;
  height: 25px;
  padding-right: 10px;
}
#Menu a:hover {
  color: white;
  background: transparent url(/images/structure/hoverButton.png) no-repeat; 
}
#Menu a:hover .Btright{
  background: transparent url(/images/structure/buttonRight.png) no-repeat right;  
}
#Menu .selected {
  color: white;
  font-weight: bold;
  background: transparent url(/images/structure/hoverButton.png) no-repeat; 
}
#Menu .selected .Btright{
  background:transparent url(/images/structure/buttonRight.png) no-repeat right;
}
#Menu .selected:hover {
  background: transparent url(/images/structure/hoverButton.png) no-repeat; 
}