a.menu:link { color: #777777; } /* unvisited links */

a.menu:visited { color: #777777; } /* visited links */

a.menu:hover { color: blue; } /* user hovers */

a.menu:active { color: brown; } /* active links */

td.menu_top {
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:12px;
	} 
	
p.banner {
	font-size:24pt;
	color: #E1AD00;
	FILTER: DropShadow(Color=#000000, OffX=-2, OffY=2, Positive=1);
	width:500px;
	text-indent:40px;
	text-shadow: -3px 2px 2px #000;
	} 
td.banner {
	background:url(../images/banner.gif);
	background-repeat: no-repeat;
}

/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}
