 .navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #FF9900;
	width: 110px;
	text-decoration: none;
	height: 12px;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }

  .navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #FF9900;
	width: 110px;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }

  .navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #FF9900;
	width: 110px;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }

  .navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	background-color: #FF9900;
	width: 110px;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
	
	
