#muBannerMenu {
  color: white;
  float: right;
  height: 31px;
  margin-top: -92px;
  margin-right: 140px;
  font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}
#muBannerMenu a {
  color: white;
}
#muBannerMenu a:hover {
  text-decoration: none;
}
#mainMenu {
  margin: 0;
  padding: 0;
}
#mainMenu ul {
  margin: 0;
  padding: 0;
  height: 31px;
}
#mainMenu li {
  margin: 0;
  padding: 0;
  height: 31px;
  text-indent: -9999px;
  border-right: 2px solid #2F2F2F;
}
#mainMenu li a {
  height: 31px;
  display: block;
  background: url(/images/buttons/menu.png) top left no-repeat;
}
#mainMenu li.last {
  border: none;
}
li#homeButton a {
  background-position: -0px 0px;
  width: 54px;
}
li#homeButton a:hover {
  background-position: -0px -31px;
}
li#loginButton a {
  background-position: -356px 0px;
  width: 59px;
}
li#loginButton a:hover {
  background-position: -356px -31px;
}
li#signupButton a {
  background-position: -285px 0px;
  width: 70px;
}
li#signupButton a:hover {
  background-position: -285px -31px;
}
li#logoutButton a {
  background-position: -211px 0px;
  width: 73px;
}
li#logoutButton a:hover {
  background-position: -211px -31px;
}
li#genresButton a {
  background-position: -57px 0px;
  width: 70px;
}
li#genresButton a:hover {
  background-position: -57px -31px;
}
li#accountButton a {
  background-position: -128px 0px;
  width: 82px;
}
li#accountButton a:hover {
  background-position: -128px -31px;
}
li#cartButton {
  text-indent: 0;
  border: none;
}
li#cartButton a {
  padding: 5px 6px 0 70px;
  background: url(/images/buttons/cart.png) top left no-repeat;
  background-color: #4B4B4B;
  height: 26px;
}
li#cartButton a:hover {
  background-color: #252525;
  background-position: 0 -31px;
}
li#cartButton span {
  text-indent: 0;
}
li#cartButton #cartDetails {
}

#searchForm {
  float: right;
  font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  margin-top: -92px;
  height: 31px;
  overflow: hidden;
  background-color: #484848;
}

#searchForm input[type="text"] {
  height: 21px;
  width: 100px;
  border: 1px solid #999999;
  color: #686868;
  padding: 0 5px 0 5px;
  font-size: 0.85em;
  margin: 4px 2px 0 4px;
  vertical-align: top;
}

#searchSubmit {
  background:url("/images/buttons/menu.png") no-repeat scroll left top #14A8E5;
  background-position: -439px 0; 
  cursor:pointer;
  height:31px;
  width: 20px;
  border: none;
  text-indent: -9999em;
  margin: 0;
}
#searchSubmit:hover {
  background-position: -439px -31px; 
}
