span#sidebar_container
 {
  display: inline-block;
  vertical-align: top;
 }

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_box a
 {
  padding-left: 10px;
  color: #555555;
  text-decoration: none;  
 }

div.sidebar_box a:hover
 {
  color: #999999;
 }

div.sidebar_footer
 {
  width: 150px;
  height: 10px;
  background: url('images/sidebar_footer.png');
  margin-bottom: 15px;
 }

