/* Styles for picture galleries */
#galleryPix{text-align:center;}
#galleryPix img{padding:5px; margin:1px; background:#416d8e; }
#galleryPix img:hover{padding:5px; margin:1px; background:#688fba; }

#galleryMnu{margin:auto auto 15px; width:260px; vertical-align:middle;}
#galleryMnu tr th
{
	width:134px; border:2px #666 solid; margin:0 0 3px 1px; font-weight:bold; font-size:14px; text-align:center; background-color:#ccc; color:#000; 
}
#galleryMnu tr td a
{
	display:block; width:78px; margin:2px; padding:1px 0 1px 0; border:1px #ccc solid; font-weight: bold; font-family:Arial, Verdana, sans-serif; font-size:12px; background:#999;
}
#galleryMnu tr td a:link	{color:#fff; text-decoration:none; }
#galleryMnu tr td a:visited	{color:#fff; text-decoration:none; }
#galleryMnu tr td a:hover	{color:#000; background:#fff; text-decoration:none;  border:1px #333 solid; }
#galleryMnu tr td a:active	{color:#fff; text-decoration:none; }
#galleryMnu tr td{width:33%; text-align:center; }

