/*---------------------------------------------------------------------------------------------------- Navigation ---*/
.navigator {
  margin-top: -1px;
  padding-top: 10px;
  /*  border-radius  */
  -moz-border-radius: 0 0 13px 13px;
  /* mozilla */
  -webkit-border-radius: 0 0 13px 13px;
  /* webkit */
  -khtml-border-radius: 0 0 13px 13px;
  /* Konqueror browsers */
  border-radius: 0 0 13px 13px;
  /* future CSS3 browsers */
}

.ie7 .navigator {
  behavior: url("/tv-overal/PIE.htc");
}

.ie8 .navigator {
  background: url(../images/bg-navigator.png) no-repeat left bottom transparent;
}

.ie7 .navigator {
  float: left;
}

.ie7 .navigator {
  display: inline-block;
  width: 100%;
}

.navigator ul.menu {
  background: url(../images/tveverywhere/nav_bar.png) no-repeat left top;
  height: 34px;
  margin: 0 7px 0 8px;
  padding-left: 16px;
}

.navigator ul.menu li {
  float: left;
}

.navigator ul.menu li a {
  border-right: 2px dotted #99afbb;
  padding: 8px 14px;
  color: #9ac6eb;
  font: normal 15px/34px Georgia, "Times New Roman", Times, serif;
}

.navigator ul.menu li a:hover {
  background-color: #0098DB;
  color: #fff;
  text-decoration: none;
  padding: 8px 14px;
}

.navigator ul.menu li.active a {
  color: #fff;
  font-weight: bold;
  background: #0098DB;
}

.navigator .rightMenu {
  float: right;
  margin-right: 18px;
}

.ie7 .navigator .rightMenu {
  margin-top: -34px;
}

.navigator ul.rightMenu li a {
  border-left: 2px dotted #99AFBB;
  border-right: none;
}
