#button {
	list-style: none;
	display: inline;
	width: 100%;
	
	
	}
#button ul {
  list-style: none;
  display: inline;
  margin-left: 0px;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding:0px 0px 0px 5px;
	
	
}
#button li {
  list-style: none;
  display: inline;
 

}
#button li a {
	list-style: none;
	display: inline;
	padding: 7px 8px 7px 0.5em;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: -5px;
	font-weight: normal;
	border-left-width: 1px;
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #002B60;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #002B60;
	font-weight: normal;
	background-position: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	vertical-align: -60%;
	background-image: url(../images/nav_off.jpg);
}


#button li a:hover {
  list-style: none;
  display: inline;
  padding: 8px 8px 7px .5em;
  color: #002B60;
  text-decoration: none;
  margin-right: -5px;
  font-weight: normal;
  border-left-width: 1px;
  background-repeat: repeat-x;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #002B60;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #002B60;
  font-weight: normal;
  background-position: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  background-image: url(../images/nav_hover.jpg);
}

#button li a.selected {
	list-style: none;
	display: inline;
	padding: 7px 8px 7px 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: -5px;
	font-weight: normal;
	border-left-width: 1px;
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #002B60;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #002B60;
	font-weight: normal;
	background-position: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	vertical-align: -58%;
	background-image: url(../images/nav_selected.jpg);
	}
