/* css3.css */
/* This employs CSS3 styles, for those browsers that are able to handle it. 
   Designed by Tom Allen for midwaybc.net (2008-08) */

/* Use opacity for the submenus on the dropdown menu */
.submenu {opacity: 0.8;}

/* Use opacity on hover instead of border for images */
p a:hover img.staff-thumbnail {opacity: 0.8; border-bottom: 1px solid white;}
#content-big-welcome a:hover img {opacity: 0.8; border-bottom: 1px solid white;}
#ann a:hover img {opacity: 0.8;}


