
/* these define the parts of the menu in the order they appear in the html */
dl.still
/* it used to have Optima as a first choice, but sadly, Optima doesn't display well on some screens*/
{position:fixed; left:4px; top:100px;  width:130px; font-family:Arial,"sans serif"; font-size:17;  display:block;}
.still dd{position:relative; top:-65px;left:90px; _left:70px; width:400px; display:none; }
.still dt{padding-top:8px; padding-bottom:8px; padding-left:4px; cursor:default; color:rgb(255, 204, 51);}
.still ul{ position:absolute; border:0px;  list-style:none; _list-style:disc; background:rgb(255, 220, 68);}
.still li{display:block; position:relative; left:-25px; border:4px solid rgb(255, 220, 68); font-size:100%; line-height: 1.15em}
.still a, .still a:link, .still a:visited {text-decoration:none; color:black;}
.still a:hover{color: rgb(220, 80, 0);} 
/* this hover isnt working in iCab or Safari, dunno why. */


/* Extra border for the top of the top line */
.still .TL {border-top:10px solid rgb(255, 220, 68);}

/* Extra border fro the bottom of the bottom line */
.still .BL {border-bottom:12px solid rgb(255, 220, 68);}




/* attempting to make stationary buttons on the sides of the calendar */

table.LCal
{position:fixed; left:10%; top:50%;  width:12%; font-family:Arial,"sans serif"; font-size:17;  display:block;}
.Lcal a, .LCal a:link, .LCal a:visited {text-decoration:none; color:rgb(255, 220, 68);}
.Lcal a:hover{color: rgb(220, 80, 0);} 


table.RCal
{position:fixed; right:5px; top:40%;  width:14%; font-family:Arial,"sans serif"; font-size:17;  display:block; }
.Rcal a, .Rcal a:link, .Rcal a:visited {text-decoration:none; color:rgb(255, 220, 168);}
.Rcal a:hover{color:rgb(220, 80, 0);} 