@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("couchville.com") {

#rightContent {
   width: 10px !important;
   position: absolute !important;
   right: 10px !important;
   top: 40px !important;
   left: auto !important;
   background-color: #dfd !important;
   height: 25px !important;
   overflow: hidden;
   border: 1px solid black;
   padding: 0;
}

#rightContent:hover {
   width: 280px !important;
   height: auto !important;
   padding: 10px;
}
}