/* Generated by KompoZer */
ul {
	margin-top: 0px;
}
li {
	border: 1px solid #cc0000;
	margin-left: 2px;
	list-style-type: none;
	visibility: visible;
	text-align: center;
	float: left;
	width: 100px;
}
a:visited {
  color: #006600;
  font-weight: bold;
  text-decoration: none;
}
#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #3333ff;
}
#menu a:hover {
	color: #ffcc33;
	background-color: #e03328;
}
#menu {
	clip: rect(auto,auto,auto,-2px);
}

