table.menu	{
   position: absolute;
   cursor: pointer;
   visibility: hidden;
}

#mainmenu {
   position: static;
}

table.menu td {
   color: #000000;
   background: #FF8080 url(bkdkred.jpg) 0 0 repeat-x;
   border-left: 1px solid #FF9B9B;
   border-top: 0px solid #000000;
   border-right: 1px solid #820000;
   border-bottom: 0px solid #000000;
   padding-left: 2px;
   padding-top: 4px;
   padding-right: 2px;
   padding-bottom: 4px;
   width: 205px;
   font-family: Arial,Tahoma,Verdana;
   font-size: 10pt;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   white-space: nowrap;
}

.daddy {
   background: #FF8080 url('arrow_down_black_06.gif') center right no-repeat;
}

.daddy:hover {
   background: #FF0000 url('arrow_down_black_06.gif') center right no-repeat;
}

table.submenu	{
   position: absolute;
   table-format: fixed;
   width: 205px;
   border-top: 1px solid #000000;
   border-right: 2px solid #969696;
   border-bottom: 4px solid #969696;
   cursor: pointer;
   visibility: hidden;
   white-space: nowrap;
   width: 205px:
}

#submenu {
   position: static;
}

table.submenu td {
   color: #484844;
   background-color: #E0E0E4;
   border-left: 1px solid #808080;
   border-top: 1px solid #F5F5F5;
   border-right: 1px solid #808080;
   border-bottom: 1px solid #BBBBC4;
   padding-left: 4px;
   padding-top: 2px;
   padding-right: 4px;
   padding-bottom: 2px;
   width: 205px;
   font-family: Arial,Tahoma,Verdana;
   font-size: 11pt;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   white-space: nowrap;
}

.kiddy {
   background: #E0E0E4 url('arrow_right_black_06.gif') center right no-repeat;
}

.kiddy:hover {
   background: #FF0000 url('arrow_right_black_06.gif') center right no-repeat;
}

