﻿/* the Default theme */
*::-moz-any-link br,*:-moz-any-link br { 
/*a workarround for mozilla*/
display:none;
}
div#menu * {
	border-collapse: collapse; /*removes the cell-borders*/
	cursor: pointer; /*because IE displays the text cursor if the link is inactive*/
}
.disabled {
   color: red !important;
   background: none !important;
}
div#menu {
   background: Seashell;
   font: 11px Verdana, sans-serif;
   height: 15px;
   white-space: nowrap;
   width: 100%;
}
div#menu .a {
   background: Seashell;
   font: 11px Verdana, sans-serif;
   border: 1px solid Seashell;
   color: #000000;
   text-decoration: none;
   padding: 0px 2px;
/*   width: 5%;*/
}
div#menu .a table {
   display: block;
   font: 11px Verdana, sans-serif;
   white-space: nowrap;
}
div#menu table, div#menu table tr, div#menu table a {
   display: none;
}
div#menu .a:hover {
   background: lightsteelblue;
   border: 1px solid black;
/*   margin-right:-1px; /*resolves a problem with Opera not displaying the right border*/
   padding: 0px 2px;
}
div#menu .a:hover table, div#menu div.menuitem:hover table{
   background: #FFFFFF;
   border: 1px solid #708090;
   display: block;
   position: absolute;
   white-space: nowrap;
}
div#menu .a:hover table tr, div#menu div.menuitem:hover table tr{
   display: block;
}
div#menu .a:hover table a, div#menu div.menuitem:hover table a {
   border-left: 10px solid #708090;
   font: 11px Verdana, sans-serif;
   border-right: 1px solid white; /*resolves a jump problem*/
   color: #000000;
   display: block;
   padding: 1px 12px;
   text-decoration: none;
   white-space: nowrap;
   z-index: 1000;
}
div#menu .a:hover table a:hover, div#menu div.menuitem:hover table a:hover {
   background: lightsteelblue;
   border: 1px solid #000000;
   border-left: 10px solid #000000;
   color: #000000;
   display: block;
   padding: 0px 12px;
   text-decoration: none;
   z-index: 1000;
}
td.menu {
   border-width: 0px;
   padding: 0px 0px 0px 0px;
}
.menuitem {
   float: left;
   margin: 1px 1px 1px 1px;
   padding: 1px 1px 1px 1px;
}
.menuitem * {
   padding: 0px 0px 0px 0px;
}
#other {
   height: auto;display : block;
}
#moz{
 height: 1px;display: none;
}
#moz::-moz-cell-content{
height: auto; display: block;
}
#other::-moz-cell-content{
 height: 1px; display: none;
}
#holder {
   width: 100%;
}