ul#menu li {
	display: inline;
	margin:0 10px 0 10px;
}
ul#menu li a {
	text-decoration:none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}
ul#menu li a:hover {
	text-decoration:underline;
	color: #cc0000;
}

.links	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #003366;
		}
.links:link {
	text-decoration: none;
}
.links:visited {
	text-decoration: none;
	color: #003366;
}
.links:hover {
		text-decoration:none;
		color:#FF9900;
		}
.links:active {
	text-decoration: none;
	color: #FF6600;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 10px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}