/*--------------------------------------------------
* PortalTemplate Nav.css
*--------------------------------------------------*/
#topnav {
  text-decoration: none;
  margin:0;
  position:relative;
  top:40px;
  float:right;
}
#topnav li {
  float:left;
  padding:0;
  margin-right:25px;
  cursor: pointer;
  list-style:none;
}
#topnav li a {
  text-decoration:none;
  color:#e7ebee;
	font-weight:bold;
}
#topnav li a:hover {
  text-decoration:underline;
}
#tab_marker {
  position:absolute;
  top:85px;
  left:623px;
  width:20px;
  height:20px;
  background:#e7ebee;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
}
#secondary_nav ul {
  display:inline;
  margin:0;
  padding:0;
}
#secondary_nav ul li {
  display:inline;
  margin-right:10px;
}
#apply #tab_marker {
  left:750px;
}
#about-us #tab_marker {
  left:815px;
}
#contact-us #tab_marker {
  left:895px;
}
#privacy-policy #tab_marker,
#terms-of-service #tab_marker {
  display:none;
}

