/* contentLeftBanner */

#MainContent {
  width: 640px;
  margin: 5px 10px;
}
.ContentLeftMenu {
  width: 180px;
  margin-top: 5px;
}
.ContentLeftMenu ul li {
  list-style-type: none;
}
.ContentLeftMenu ul li a {
  text-decoration: none;
  line-height: 25px;
  margin-bottom: 2px;
  font-size: 12px;
  padding-left: 10px;
  height: 25px;
  font-weight: bold;
  color: white;
  background: transparent url(/images/menu-content/background.gif) no-repeat;
  text-transform: uppercase;
  display: block;
}
.ContentLeftMenu ul li a:hover {
  background: url(/images/menu-content/hover.gif) no-repeat;
  padding-left: 30px;
  color: #544420;
}