@CHARSET "ISO-8859-1";

#topmenu a {
  font-weight: bold;
  font-size: 12px;
  padding-right: 5px;
}

.sideMenu {
  background-color: Black;
  width: 180px;
  vertical-align: top;
  padding-top: 10px;
}

#ulTextItems {
  list-style: none;
  margin: 0px 10px 0px 10px;
  padding: 0px;
}

#ulTextItems a {
  color: White;
  background-color: Navy;
  border: solid 1px Silver;
  width: 154px;
  padding: 2px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}

#ulTextItems a:hover {
  color: White;
  background-color: RoyalBlue;
  border-color: White;
}

#ulImageItemsLeft, #ulImageItemsRight {
  list-style: none;
  margin: 0px 10px 0px 10px;
  padding: 0px;
}

#ulImageItemsLeft img, #ulImageItemsRight img {
  border-width: 0px;
}

#ulImageItemsLeft a, #ulImageItemsRight a {
  border: solid 1px Silver;
  width: 158px;
  padding: 0px;
  display: block;
  margin-bottom: 3px;
}

#ulImageItemsLeft a:hover, #ulImageItemsRight a:hover {
  border-color: White;
}

#BlogMenuItem {
  background-image: url("../images/ReadMyBlog.png");
  background-position: 0px 34px;
  height: 34px;
}

#BlogMenuItem:hover {
  background-position: 0px 0px;
}
