@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
li a {
	text-decoration: none;
	font-weight: 400;
	background-image: url(images/green-cream.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 32px;
	width: 175px;
	color: #E9E7C5;
	padding-left: 20px;
	line-height: 32px;
}
li {
	height: 32px;
	width: 195px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-bottom-style: inset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
li a:hover {
	background-image: url(images/green-cream.gif);
	background-position: 0px -32px;
}
ul {
	list-style-type: none;
}

