body {
  background-color: #ffcc00;
}

a:hover {
  color: #d13a1a !important;
}

a {
  color: #2c1b01 !important;
}

div#tabmenu ul li a.current {
  color: #d13a1a !important;
}

div#tabmenu ul li.current-page-ancestor a {
  color: #d13a1a !important;
  /*text-shadow: 2px 2px 2px #000;*/
  text-decoration: none;
}

li.current_page_item a {
  color: #d13a1a !important;
}

li.current_page_item ul.children a {
  color: #2c1b01 !important;
}

div#tabmenu ul li {
  background: transparent no-repeat url(images/vertical-yellow-strip.jpg) scroll 100% 50%;
}

h2 {
  color: #d13a1a;
}

div#sidebar h3 {
  color: #d13a1a;
  background: url(images/small-yellow-strip.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

div#page {
  background: repeat-y url(images/long-yellow-strip.jpg);
}

div#sidebar ul li {
  background: url(images/small-yellow-strip.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

ul li ul li {
  background: url(images/smaller-yellow-strip.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
}

