/* Ver 1.1 08-02-2025 21:08 */
/* --- menu styles ---
note:
   not all browsers render styles the same way so try out your style sheet
   on different browsers before publishing;
*/
/*****************/
/* level 0 inner */

.m0l0iout-basic, .m0l0iout {
   font-family: Calibri, Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
   font-size: 18px;
   text-decoration: none;
   padding: 6px;
   padding-top: 3px;
   color: rgb(192,000,000); /*Menu1ForeColour*/
}

.m0l0iover-basic, .m0l0iover {
   font: 18px Calibri, Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif; /* not bold */
   text-decoration: none;
   padding: 7px;
   padding-top: 3px;
   color: rgb(255,000,000);
}

/*****************/
/* level 0 outer */

.m0l0oout-basic, .m0l0oout {
   text-decoration : none;
   border : 1px solid #aaaaaa;
   background: rgb(242,236,000);    /*Menu1BackColour255,140,000*/
}

.m0l0oover-basic, .m0l0oover {
   text-decoration : none;
   border : 1px solid #aaaaaa;
   background: rgb(242,236,000);    /*** main menu background colour 255,140,000***/
}

/*****************/
/*****************/

/* level 1 inner */
.m0l1iout-basic, .m0l1iout {
   font: 18px Calibri, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   padding: 6px;
   padding-top: 3px;
   color: rgb(100,100,100);   /* grey */
}

.m0l1iover-basic, .m0l1iover {
   /******* level 1 menu text colour with mouse over *******/
   font: 18px Calibri, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;  /* not bold */
   text-decoration : none;
   padding: 7px;
   padding-top: 3px;
   color:  rgb(000,000,000);   /*** 1st sub menu text colour ***/
}

/*****************/

/* level 1 outer */

.m0l1oout-basic, .m0l1oout {
   text-decoration : none;
   border : 1px solid #000000;
   background: rgb(248,245,186);    /*Menu2BackColour*/
}

.m0l1oover-basic, .m0l1oover {
   text-decoration : none;
   border : 1px solid #000000;
   background: rgb(248,245,186);    /*** main menu background colour ***/
}

/*****************/
/*****************/

/* level 2 inner */

.m0l2iover-basic, .m0l2iover {
   font: bold 18px Calibri, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration : none;
   padding: 4px;
   color: rgb(000,000,000);   /* Menu3ForeColour */
}

/* level 2 outer */

.m0l2oout-basic, .m0l2oout {
   text-decoration : none;
   border : 1px solid #000000;
   background: rgb(255,230,204);   /* Menu3BackColour */
}

.m0l2oover-basic, .m0l2oover {
   text-decoration : none;
   border : 1px solid #000000;
   background: rgb(255,230,204);   /* Menu3BackColour */
}

/*****************/
