@charset "utf-8";

#menu a:link {
	color: #fff;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 0px;
	line-height: 40px;
}
#menu a:visited {
	color: #fff;
	text-decoration: underline;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-attachment: fixed;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
}
#menu a:hover {
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-attachment: fixed;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
}
#menu a:active {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-image: url(images/nav.jpg);
