/* CSS Document */


  
table.nav {
  background-image: url(../../images/starry_adt/bg-nav.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  width: 1000px;
  height: 137px;
  background-color: #336699;

  }

table.nav td {
  vertical-align: top;
  }

table.nav img.logo {
  margin-top: 10px;
  margin-left: 20px;
  }

table.nav td.nav {
  width: 598px;
  }

table.nav td.heads {
  width: 402px;
  border-bottom: 1px solid #7BB0DF;
  }
  
  
p.nav img {
  margin-left: 14px;
  margin-right: 14px;
  }

p.nav {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #FFFFFF;
  text-align: center;
font-size:14px;
  }

p.nav a {
  color: #FFFFFF;
  text-decoration: none;
  
  }
p.nav a:link {
	text-decoration: none;
	}
p.nav a:visited {
	text-decoration: none;
	}
p.nav a:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 3px solid #336699; 
  padding-bottom: 3px;
  }
p.nav a:active {
	color:#fff;
	text-decoration:underline;
	}

