/* CSS Document */
.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-variant: small-caps;
	height: 1.8em;
	line-height: 1.8em;
	float: right;
	width: 10em;
	display: block;
	border: none;
	TEXT-DECORATION: none
}
a.navigation:link {
	color: #FFFFFF;
	background: url(../images/buttonback1.jpg) no-repeat right top;
}
a.navigation:visited {
	color: #C9D3DE;
	background: url(../images/buttonback1.jpg) no-repeat right top;
}
a.navigation:hover {
	color: #FF9900;
	background: url(../images/buttonback2.jpg) no-repeat right top;
}