/* the blue theme */
*::-moz-any-link br, *:-moz-any-link br { 
/*a workarround for mozilla*/
display:none;
}

div#menu * {
border-collapse: collapse; /*removes the cell-borders*/

}



div#menu .a table {
   display: block;
  
   
}

div#menu table, div#menu table a {
   display: none;
}


div#menu .a:hover {
  
   margin-right:-1px; /*resolves a problem with Opera not displaying the right border*/
}

div#menu .a:hover table, div#menu div.menuitem:hover table{
   
  
   position: absolute;
  
}


div#menu .a:hover table a, div#menu div.menuitem:hover table a {
 
  
   display: block;
   padding: 0px 0px;
   text-decoration: none;
   z-index: 1000;
}
td {
   border-width: 0px;
   padding: 0px 0px 0px 0px;
}

.menuitem {
   float: right;
  }

.menuitem * {
   padding: 0px 0px 0px 0px;
   }
#moz{
 height: 0px;visibility: hidden;
}
#moz::-moz-cell-content{
height: auto; visibility: visible;
}
#other::-moz-cell-content{
 height: 1px; visibility: hidden;
}