/* CSS Document */

.drop { position: absolute; width: 3;  filter: flipV(), flipH(); font-size: 50; color: blue }
body {
	background-image: url(topBG.jpg);
	background-repeat: repeat-x;
}
div#menubarTop {
text-align:left;
border-bottom:1px dotted #00FFFF;
padding-bottom:0px;
border-bottom:0px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
