ul#topnavigation {
	padding: 0;
	margin: 0;
	background-color: #6585da;
	color: #fff;
	float: right;
	width: 100%;
	height:18px;
  border-bottom: solid 1px #5f7cc0;
  border-top: solid 1px #516eb4;
	
}
ul#topnavigation li { display: inline; }
ul#topnavigation li a {
  font-family: Verdana;
  font-size:10pt;
  font-weight: bold;
  background-color: #6585da;
  color: #ccccff;
  text-decoration: none;
  float: right;
  border-left: solid 1px #fff;
  height:16px;
}
ul#topnavigation li a:link {
  font-family: Verdana;
  font-size:10pt;
  font-weight: bold;
  background-color: #6585da;
  color: #ccccff;
  text-decoration: none;
  float: right;
  border-left: solid 1px #fff;
  height:16px;
} 
ul#topnavigation li a:visited {
  font-family: Verdana;
  font-size:10pt;
  font-weight: bold;
  background-color: #6585da;
  color: #ccccff;
  text-decoration: none;
  float: right;
  border-left: solid 1px #fff;
  height:16px;
} 
ul#topnavigation li a:hover {
	font-family: Verdana;
font-size:10pt;
text-decoration: none;
color:#FFFFFF;
font-weight:bold;
background: #89a2e4;
	height:16px;
}