div.sidebar_container
 {
  position: absolute;
  right: 25px;
  top: 0px;
  z-index: 1;
 }

div.sidebar_header
 {
  position: relative;
  width: 150px;
  height: 10px;
  background: url('images/sidebar_header.png');
 }

div.sidebar_header span
 {
  position: absolute;
  top: -10px;
  width: 150px;
  height: 10px;
  text-align: center;
  font-family: impact;
  font-size: 14px;
  color: #444444;
 }

div.sidebar_box
 {
  width: 150px;
  background: #eeeeee;
 }

div.sidebar_box span
 {
  display: block;
  padding-left: 10px;
  color: #555555;
 }

div.sidebar_box span:hover
 {
  background: #f7f7f7;
 }

div.sidebar_footer
 {
  width: 150px;
  height: 10px;
  background: url('images/sidebar_footer.png');
  margin-bottom: 25px;
 }
