@charset "utf-8";
#menu {
	padding-left: 5px;
}

/* CSS Document */

#nav, #nav li {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}
#nav a {
	width: 82px;
	height: 21px;
	color: #22B775;
	display: block;
	text-decoration: none;
	text-indent: 8px;
	padding-top: 19px;
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 7px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	margin-top: 120px;
}
#nav a:hover {
	color: #000000;
	text-decoration: underline;
	height: 20px;
	background-position: 0px -40px;
}
