/* CSS Document */
 
/*** TOP NAV ***/
#nav_holder_header {
  position: absolute;
  right: 10px;
  bottom: 20px;
  float: right;
}
div.nav_main {
  margin-top: 5px;
  bottom: 0;
  z-index: 4;
}
div#nav_holder_footer {
  padding-bottom: 15px;
}
.nav_main ul {
  float: right;
  margin-left: 0px;
  padding-top: 0px;
}
.nav_main li {
  float: left;
  margin-top: 0px;
  padding: 0 5px 0 5px;
  height: 14px;
  list-style-type: none;
  list-style-image: none;
  font-family: Calabri,'Lucida Sans Unicode','Lucida';
  border-right: 1px #b9bfd3 solid;
}
.nav_main li.last{
  border-right-style: none;
}
.nav_main li.here {
  font-weight: bold;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  cursor: default;
}
.nav_main li a {
  float: left;
  display: block;
  padding: 0px 5px 7px 5px;
  margin-top: -4px;
  font-size: 17px; 
  height: 14px;
  color: #fefeff;
}

/* safari hack (only safari will render this style) */
@media screen and (-webkit-min-device-pixel-ratio: 0){
  
}
.nav_main li.last {
}
#top_menu li.first a {
  border-left: 0;
}

/* Commented Backslash Hack
  hides rule from IE5-Mac \*/
.nav_main a {float: none;}
/* End IE5-Mac hack */
.nav_main a:hover {
  color: #fefeff;
  text-decoration: underline;
}
.nav_main a:active{
  cursor: pointer;
}
.nav_main .here a {
  color: #d1d3ca;
  cursor: default;
  text-decoration: none;
}