@charset "utf-8";
/* CSS Document */
#linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #006633;
  display:block;
  width: 140px;
}

#linklist li {
	list-style: none;
	margin: 0;
	line-height:20px;
	font-family:verdana;
	font-size:12px;
	border-left: 1px solid #006633;
	border-right: 1px solid #006633;
	text-decoration: underline;
	color: #000033;
}

#linklist li a {
	text-decoration: underline;
	display:block;
	width: 128px;
	font-weight: bold;
	padding-left: 10px;
	color: #E7E6BE;
	background-image: url(../images/beach_sand.jpg);
	line-height: 2.1em;
	background-color: #b5d8fe;
}
#linklist li a:hover {
	display:block;
	width: 128px;
	font-weight: bold;
	padding-left: 10px;
	color: #b5d8fe;
	background-color: #b5d8fe;
}

