  .menu {
    position:fixed;
    width:100%;
    left:0px;
    top:0px;
    padding:5px 5px 5px 5px;
    font-size:14px;
    text-align:bottom;
    background-color:#eeeeee;
  }
  .menuTitle {
    display:block; 
    float:left;
    font-size:18px;
    margin:5px 5px 5px 5px;
    overflow: auto;
  }
  .menuItem {
    cursor:hand;
    display:block; 
    float:left;
    padding:0px 3px 0px 3px;
    margin:0px 0px 0px 5px;
    overflow: auto;
  }
  .menuItem:hover{
    background-color:#dddddd;
  }
  .menuBox {
    display:block; 
    float:left;
    padding:0px 3px 0px 3px;
    margin:0px 0px 0px 5px;
    overflow: auto;
  }
  .content {
    display:block; 
    width:280px; height:120px;
    margin:5px; padding:5px;
    float:left; background-color:#dddddd;
  }
  .bookImage {
    cursor:hand;
    display:block; 
    width:120px; height:inherit;
    float:left;
    text-align:center;
  }
  .cdImage {
    cursor:hand;
    display:block; 
    width:120px; height:inherit;
    float:left;
    text-align:center;
  }
  .text {
    display:block; 
    width:150px; height:inherit;
    margin:0px 0px 0px 5px;
    float:left;
    font-size:12px;
    overflow: auto;
  }
  .textAuthor {
    cursor:hand;
    display:block; 
    width:inherit;
    float:left;
  }
  .textAuthor:hover{
    background-color:#cccccc;
  }
  .textTitle {
    display:block; 
    width:inherit;
    float:left;
  }
  .textPublisher {
    cursor:hand;
    display:block; 
    width:inherit;
    float:left;
  }
  .textPublisher:hover{
    background-color:#cccccc;
  }
  .textPublished {
    cursor:hand;
    display:block; 
    width:inherit;
    float:left;
  }
  .textPublished:hover{
    background-color:#cccccc;
  }
  .reference {
    font-size:11px;
  }
  .separator {
    display:block; 
    width:280px;
    margin:5px; padding:5px;
    float:left; background-color:#bbbbbb;
    clear:both;
  }
  .indexer {
    display:block; 
    width:280px;
    margin:5px; padding:5px;
    float:left; background-color:#bbbbbb;
    clear:both;
    cursor:hand;
  }
  .indexer2 {
    display:block; 
    width:280px;
    margin:5px; padding:5px;
    float:left; background-color:#bbbbbb;
    clear:both;
  }
  .indexerTitle {
    display:block; 
    width:230px;
    margin:0px; padding:0px;
    float:left; background-color:#bbbbbb;
    cursor:hand;
  }
  .indexerButton {
    display:block; 
    width:20px;
    margin:0px; padding:0px;
    float:right; background-color:#bbbbbb;
    cursor:hand;
  }

