a:link, a:visited, a:active {
 color: #003366;
 text-decoration: none;
}

#content {
	background-image: repeat-y;
	width:972px;
	height:263px;
}

.menu {
  float: left;
  font-size: 17px;
  font-family: Tahoma;
  width: 140px;
  margin: 20px;
  margin-top: 8px;
}

.menu li, .menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu a.menu_current, .menu a:hover {
	font-weight: bold;
	text-decoration: underline;
}

