.topmenu {
	width:330; 
	height:17; 
	color: White;
	font-size: 11px; 
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	filter:DropShadow (Color=#000000, OffX=1, OffY=1, Positive=true);
}
.bottommenu {
	width:390; 
	height:17; 
	color: Black;
	font-size: 11px; 
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	filter:DropShadow (Color=#F5DEB3, OffX=1, OffY=1, Positive=true);
}
A {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
A:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
