table.menu {
   position: absolute;
   border-top: 2px solid #FFFFFF;
   padding-top: 2;
   border-bottom: 2px solid #FFFFFF;
   padding-bottom: 2;
   cursor: pointer;
   visibility: hidden;
}

#mainmenu {
   position: static;
}

table.menu td {
   color: #452C70;
   background-image: none;
   background-color: #CCCCCC;
   border-left: 0px solid #000000;
   border-top: 2px solid #FFFFFF;
   border-right: 0px solid #840000;
   border-bottom: 0px solid #000000;
   padding-left: 4px;
   padding-top: 4px;
   padding-right: 0px;
   padding-bottom: 4px;
   width: 172px;
   font-family: Arial,Verdana,Tahoma;
   font-size: 8pt;
   white-space: nowrap;
}

.daddy {
   background: #CCCCCC url('') center right no-repeat;
}

.daddy:hover {
   background: #CCCCCC url('') center right no-repeat;
}

table.submenu {
   position: absolute;
   table-format: fixed;
   cursor: pointer;
   visibility: hidden;
   white-space: nowrap;
}

#submenu {
   position: static;
}

table.submenu td {
   color: #000000;
   background-image: none;
   background-color: #c0c0c0;
   border-left: 0px solid ;
   border-top: 0px solid ;
   border-right: 0px solid ;
   border-bottom: 0px solid ;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   font-family: Arial,Verdana,Tahoma;
   font-size: 10pt;
   white-space: nowrap;
}

.kiddy {
   background:  url('') center right no-repeat;
}

.kiddy:hover {
   background:  url('') center right no-repeat;
}

