/* topnav */

#home-bg {
  background: url(../images/navbar_02.gif) top no-repeat;
  width: 108px;
  height: 32px;
}

#add-link-bg {
  background: url(../images/navbar_04.gif) top no-repeat;
  width: 108px;
  height: 32px;
}

#modify-link-bg {
  background: url(../images/navbar_06.gif) top no-repeat;
  width: 108px;
  height: 32px;
}

#our-banner-bg {
  background: url(../images/navbar_08.gif) top no-repeat;
  width: 108px;
  height: 32px;
}

p.topnav-link {
	font-size: 14px;
	font-family: Georgia, serif;
	font-weight: bold;
}

p.topnav-link a {
  color: #ffffff;
  text-decoration: underline;
}
p.topnav-link a:hover {
  color: #2e00b4;
  text-decoration: none;
}
/* /topnav */
