div#menu * {
  cursor: pointer; 
}
 
div#menu {
   height: 15px;
   white-space: nowrap;
   width: 100%;
}
 
div#menu .a {
   background: #F5F5DC;
   border: 0px solid #F5F5DC;
   color: #000000;
   text-decoration: none;
}
 
div#menu .a table {
   display: block;
   white-space: nowrap;
}
 
div#menu table, div#menu table a {
   display: none;
}
 
div#menu .a:hover, div#menu div.menuitem:hover {
 
   border: 0px solid #000080;
   color: #0000FF;
   margin-right:-1px; /*resolves a problem with Opera not displaying the right border*/
}
 
div#menu .a:hover table, div#menu div.menuitem:hover table{
   background: #FFFFFF;
   border: 0px solid #FCA544;
   display: block;
   position: absolute;
   white-space: nowrap;
}
 
div#menu .a:hover table a, div#menu div.menuitem:hover table a {
   border-left: 10px solid #FCA544;
   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 {
   border: 0px 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: 1px 1px 1px 1px;
   padding: 1px 1px 1px 1px;
}
 
.menuitem * {
   padding: 0px 0px 0px 0px;
}
 
#other {
  height: auto;visibility: visible;
}
 
#holder {
  width: 100%;
}
 
body	{
  background-color: #CCC8CB;
  margin: 0px 0px 0px 0px;
}

table	{ border:0px;}
td	{ font-family:Tahoma;font-size:11px;color:#000000}
td.small_capt	{ background-color: #5985CC; width:156px;}
td.big_capt	{ background-color: Red; width: 468px;}
a	{ color:#365474}
.cap	{ color:#CC4126; font-weight:bold;}
a.link_menu	{ color:#000000; font-size: 11px; font-family: Tahoma; font-weight:bold; }
img	{ border:0px;}
img.menu	{ width: 9px;height: 9px;margin-left: 4px;margin-right: 4px;}

