.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.greybkgrnd {
	background-image: url(/images/vertline_grey.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: fixed;
}
.menu ul li a, .menu ul li a:visited {

	display:block;
	text-decoration:none;
	color:#4a4a4a;
	width:155px;
	height:20px;
	text-align:left;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background:#CACACA;
	line-height:19px;
	font-size:12px;
	font-weight: normal;
}

