/* topnav */

#topnav {
  width: 800px;
  max-width: 800px;
  height: 34px;
  background-image:url(../images/nav.gif);
  margin: 0;
  text-align: center !important;
 
}

#topnav ul {
  margin-left: 110px;
  padding: 0;
}

#topnav li {
  margin: 5px 50px 0 0;
  padding: 0;
  float: left;
  list-style: none;  
 
}




#topnav li a {
  font-size: 75%;
  padding: 25px 0 0 0;
  text-decoration:none !important;
  color:#FFFFFF;
  font-weight:bold;
  
  
}
#topnav li a:hover {
  font-size: 80%;
  padding: 25px 0 0 0;
  text-decoration:underline !important;
  color:#FFFFFF;
  font-weight:bold;
}


#orange-button-no-stroke {
  background: url(../images/orange-button-no-stroke.gif) top no-repeat;
  width: 160px;
  height: 30px;
  text-align: center;
  line-height: 27px;
}

#orange-button-no-stroke a:link {
  color: #ffffff;
  text-decoration: none;
}

#orange-button-no-stroke a:visited {
  color: #ffffff;
  text-decoration: none;
}

#orange-button-no-stroke a:hover {
  color: #ffffff;
  text-decoration: none;
}

#orange-button-no-stroke a:active {
  color: #ffffff;
  text-decoration: none;
}

#blue-button-no-stroke {
  background: url(../images/blue-button-no-stroke.gif) top no-repeat;
  width: 160px;
  height: 30px;
  text-align: center;
  margin: 10px 0 0 0;
  line-height: 27px;
}

#blue-button-no-stroke a:link {
  color: #236cdd;
  text-decoration: none;
}

#blue-button-no-stroke a:visited {
  color: #236cdd;
  text-decoration: none;
}

#blue-button-no-stroke a:hover {
  color: #236cdd;
  text-decoration: none;
}

#blue-button-no-stroke a:active {
  color: #236cdd;
  text-decoration: none;
}
