.colston {
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	color: #666666;
}
.ColstonHeading {
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	text-decoration: none;
	color: #666666;
}
#menu a {
	float: left;
	background-image: url("images/bt_left.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
}
#menu a span {
	float: left;
	display: block;
	background-image: url("images/bt_right.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 3px 10px 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
	cursor: pointer;
}
#menu a:hover {
	background-image: url("images/bt_left_h.gif");
	background-repeat: no-repeat;
	color: #000;
}
#menu a:hover span {
	background-image: url("images/bt_right_h.gif");
	background-repeat: no-repeat;
	color: #000;
	cursor: pointer;
}