/* TOP NAV */
#topNav{
  width: 100%;
  display: block;
}
#topNav ul{
  margin: 0;
  padding: 0;
}
#topNav li{
  list-style-type: none;
  float: left;
  width: 13%;
  text-align: center;
}
#topNav li a{
  display: block;
  height: 20px;
  padding: 3px 0.5em 2px 0.5em;
  margin-top: 5px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  background: url(../images/tab_grad.png) bottom left repeat-x #666;
  color: #666;
  border: 1px solid #666;
  border-bottom: none;
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
#topNav li a:hover{
  color: #555;
  background: url(../images/tab_grad_hover.png) bottom left repeat-x #666;
}
#topNav li.pk-context-cms-current-page a{
  display: block;
  height: 19px;
  padding: 5px 0.5em 4px 0.5em;
  margin-top: 3px;
  background: url(../images/tab_grad_current.png) top left repeat-x #fafafa;
  border: 1px solid #005177;
  border-bottom: none;
  color: #005177;
  z-index: 5;
  margin-bottom: -1px;
}
#mainArea{
clear: both;
}
/* Home link un topnav */
#topNav li.first {
  width: 28px;
  overflow: hidden;
}
#topNav li.first a{
  background: url(../images/home_icon.png) 3px center no-repeat transparent;
  border: none;
  padding-left: 29px;
}
#topNav li.first a:hover{
  background: url(../images/home_icon_hover.png) 3px center no-repeat transparent;
}
#topNav li.pk-context-cms-current-page.first a{
  background: url(../images/home_icon_hover.png) 3px center no-repeat transparent;
}
/* SUBNAV */
#subNav{
  clear: both;
  background: #fafafa;
  color: #005177;
  margin: 2px 0 0 0;
  padding: 0;
  display: block;
  font-size: 0.9em;
  width: 100%;
  height: 2em;
}
#subNav ul{
  margin: 0;
  padding: 0;
}
#subNav li{
  list-style-type: none;
  float: left;
}
#subNav li a{
  display: block;
  text-decoration: none;
  color: #777;
  padding: 0.5em 1em;
  border-left: 1px solid #005177;
}
#subNav li:first-child a{
  border-left: none;
}
#subNav li a:hover{
  background: #fff;
  color: #005177;
}
#subNav li.current a{
  color: #005177;
  font-weight: bold;
}
#subNav li.current a:hover{
  color: #005177;
  font-weight: bold;
  background: #fafafa;
}

