*::-moz-any-link br,*:-moz-any-link br { 
/*a workarround for mozilla*/
display:none;
}
.t{
color:#ffa500;
text-decoration: underline;

}

div#menu * {
  cursor: pointer; /*because IE displays the text cursor 
if the link is inactive*/
}
.disabled {
   color: red !important;
   background: none !important;
}
div#menu {
   background: #000;
   font: 9pt Verdana, sans-serif;
   font-weight:bold;
   height: 25px;
   white-space: nowrap;
   width: 100%;
}

div#menu .a {
   background: #000;
   color: #fff;
text-decoration: underline;
   padding: 3px;
   padding-right: 15px;
}

div#menu .a table {
   display: block;
   font: 9pt Verdana, sans-serif;
   white-space: nowrap;
}

div#menu table, div#menu table a {
   display: none;
   font: 9pt Verdana, sans-serif;

}

div#menu .a:hover, div#menu div.menuitem:hover {
   background: #fff;
   color: #000;
}

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 a, div#menu div.menuitem:hover table a {
   border-left: 10px solid #708090;
   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: #7DA6EE;
   border: 1px solid #000000;
   border-left: 10px solid #000000;
   color: #000000;
   display: block;
   padding: 0px 12px;
   text-decoration: none;
   z-index: 1000;
}

td {
   border-width: 0px;
   padding: 0px 0px 0px 0px;
}
.menuitem {
   float: left;
   margin: 5px 5px 5px 5px;
   padding: 1px 1px 1px 1px;
}

.menuitem * {
   padding: 0px 0px 0px 0px;
}

#other {
  height: auto;visibility: visible;
}
#moz{
  height: 1px;visibility: hidden;
}
#moz::-moz-cell-content{
  height: auto; visibility: visible;
}
#other::-moz-cell-content{
  height: 1px; visibility: hidden;
}
#holder {
  width: 100%;
 
}

.infobox{
 width:300px;
 float:right;
 background-color:#eee8aa;
 margin:10px;
 padding:10px;
 font-size:11pt;
 line-height:15pt;
 
 }

.bbody{
	font-family: Arial, Helvetica, sans-serif;
	line-height:15pt;
} 

H1{
	color:green;
	margin-top:0px;
}

H2{
	padding-top: 20px;
	color: #800000;
}
H3{
color:#474747;
}
li{
	padding-bottom:8px;
}