/* Generated by KompoZer */
#imageMenu {
  position: relative;
  width: 800px;
  height: 200px;
  overflow: hidden;
}
#imageMenu ul {
  margin: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: block;
  height: 200px;
  width: 800px;
}
#imageMenu ul li {
  float: left;
}
#imageMenu ul li a {
  border-right: 2px solid #ffffff;
  background: #ffffff none repeat scroll 0% 50%;
  text-indent: -1000px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 100px;
}
#imageMenu ul li.home a {
  background: transparent url(images/home.jpg) repeat scroll 0% 50%;
}
#imageMenu ul li.miley a {
  background: transparent url(images/lilbigz.jpg) repeat scroll 0% 50%;
}
#imageMenu ul li.gallery a {
  background: transparent url(images/gallery.jpg) repeat scroll 0% 50%;
}
#imageMenu ul li.forum a {
  background: transparent url(images/forum.jpg) repeat scroll 0% 50%;
}
#imageMenu ul li.media a {
  background: transparent url(images/media.jpg) repeat scroll 0% 50%;
}
#imageMenu ul li.interact a {
  background: transparent url(images/interact.jpg) repeat scroll 0% 50%;
  width: 100px;
}
.clear {
  clear: both;
}
