#topMenuLayer {
  background: url(../images/topMenuLayer-shadow.gif) repeat-x bottom; 
  padding-bottom: 7px;
  margin-bottom: 5px;
}
#topMenuLayer ul {
  clear: both; 
  margin: 0; 
  padding: 0; 
  height: 26px; 
  list-style: none; 
  font-size: 11px;
}
#topMenuLayer ul li {
  float: left; 
  margin: 0; 
  padding: 0; 
  width: 90px; 
  border-right: 1px solid #cfbabe; 
  border-bottom: 1px solid #8a6065;
}
#topMenuLayer ul li a {
  display: block; 
  background: none #8a6065; 
  color: white; 
  text-transform: uppercase; 
  text-decoration: none; 
  padding: 7px 0 6px 8px; 
  position: relative;
}
#topMenuLayer ul li a img {
  position: absolute; 
  width: 7px; 
  height: 4px; 
  border: none; 
  top: 0; 
  left: 6px;
}
#topMenuLayer ul li a:hover, #topMenuLayer li a.selected {
  background-color: #89454d;
  font-weight: bold;
}
#topMenuLayer ul li.selected a {
  font-style: italic;
  text-decoration: underline;
}
#topMenuLayer ul li.last {
  width: 92px; 
  border-right: 1px solid #cfbabe; 
  border-bottom: 1px solid #8a6065;
  border-right:none;
}
#topMenuLayer ul li.last a {
  background-color:#8a6065;
}
#topMenuLayer ul li.last a:hover {
  background-color:#89454d;
}