/* variation to switch on the web buttons for kubrick */
@import url('BaseButtons.css');

.natWebButtonsContents {
  padding:5px 10px 5px 10px;
}

.natWebButtons ul li {
  margin-right:0px;
}

.natWebButtons ul li a {
  padding:5px 10px 5px;
  font: 1em Verdana, Arial, Sans-Serif;
  text-transform: lowercase;
  color: white;
  margin: 0;
}

.natWebButtons ul li a:hover {
  background: #333;
  color: #eee;
  text-decoration: none;
}

.natWebButtons ul li.current a,
.natWebButtons ul li.current a:hover {
  color: #333;
  background: white;
  text-decoration: none;
  border-bottom:0px;
}

.natTopLeftContents,
.natTopRightContents{
  padding-bottom:3em;
}
