body, td, a {
	margin: 0px;
	font-family: Arial Narrow, Arial, Helvetica, Verdana, Serif;
	font-size: 11px;
	color: #cccccc;
	background-image: url("../img/menu.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
}

.menu-title {
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a.menu-title {
	font-weight: bold;
}

a.menu-title:hover {
	font-weight: bold;
}

