.sitemenu {
  width: 300px; 
}
.sitemenu h3 {
  font: bold 13px Tahoma,Verdana,Serif;
  color: white;
  background: #666666 url(images/arrow-or.gif) no-repeat 8px 6px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 5px 0 5px 31px;
}
.sitemenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.sitemenu ul li {
  padding-bottom: 2px;
}
.sitemenu ul li a {
  font: normal 12px Tahoma,Verdana,Serif;
  color: black;
  background: #EEEEEE;
  display: block;
  padding: 5px 0;
  line-height: 17px;
  padding-left: 8px;
  text-decoration: none;
}
.sitemenu ul li a:visited {
  color: black;
}
.sitemenu ul li a:hover {
  color: white;
  background: gray;
}

