*::-moz-any-link br,*:-moz-any-link br { 
/*a workarround for mozilla*/
display:none;
}
div#menu * {
  cursor: pointer; /*because IE displays the text cursor 
if the link is inactive*/
}
.disabled {
   color: red !important;
   background: none !important;
}
div#menu {
   font: 10px Verdana, sans-serif;
   white-space: nowrap;
   width: 100%;
}

div#menu .a {
}

div#menu .a table {
   display: block;
   font: 10px Verdana, sans-serif;
   white-space: nowrap;
}

div#menu table.inner {
   background: #FFFFFF;
   border: 1px solid #708090;border-top:0px;
   position: absolute;
   white-space: nowrap;
}

div#menu .a:hover, div#menu div.menuitem:hover {
   margin-right:0px; /*resolves a problem with Opera not displaying the right border*/
}

/*div#menu .a:hover table.inner, div#menu div.menuitem:hover table.inner {
   background: #FFFFFF;
   border: 1px solid #708090;border-top:0px;
   display: block;
   position: absolute;
   white-space: nowrap;
}*/

div#menu table.inner a{
   background:url('/imgs/hmenu_bg.gif') repeat-x top;
   color: #fff;
   display: block;
   padding: 4px;
   text-decoration: none;
   white-space: nowrap;
   z-index: 1000;
   font-weight:normal;   
}


div#menu table.inner a:hover{
   background:url('/imgs/hmenu_bg.gif') repeat-x top;
   color: #ddd;
   display: block;
   padding: 4px;
   text-decoration: none;
   z-index: 1000;
   font-weight:normal;   
}

.menuitem {
   float: left;
   margin: 0px;
   padding: 0px;
   width:100%;
}
.menuitem * {
   padding: 0px 0px 0px 0px;
}
#other {
  height: auto;visibility: visible;
}
#moz{
  height: 0px;visibility: hidden;
}
#moz::-moz-cell-content{
  height: auto; visibility: visible;
}
#other::-moz-cell-content{
  height: 0px; visibility: hidden;
}
#holder {
  width: 100%;
}

