/* -----------------------------------------------------------------------

 Joomla Nav 0.1 for the Blueprint CSS Framework
 http://blueprintcss.org

   * Copyright (c) 2008-Present. Refer to the main Blueprint license.
   * See README for instructions on how to use this plugin.
   * For credits and origins, see AUTHORS.

----------------------------------------------------------------------- */

.joomla-nav {
background-color: #024E7C;
height: 1%;
margin: 0 0 1.5em 0;
overflow: auto;
padding: 10px 0px 10px 0px;
border-top: 2px solid;
}
.joomla-nav li {
  float: right;
line-height: 1.5;
list-style-type: none;
margin: 0px 10px 0px 5px;
padding: 0;
}
.joomla-nav li a {

cursor: pointer;
display: block;
float: left;
font-weight: bold;
background: #ddd;
padding: 2px 15px 2px 15px;
color:#000;

}
.joomla-nav li a.selected {
  color:#555;
  cursor:default;
}
.joomla-nav li a, .joomla-nav li a:focus, .joomla-nav li a:hover {
  text-decoration:none;
}
.joomla-nav li a:focus, .joomla-nav li a:hover {
  color:#555;
  outline:none;
}
.joomla-nav li.label {
  font-weight:normal;
  line-height:1.5;
  margin-right:1em;
  padding:.15em .33em .15em .33em;
}

/*
playback timings (ms):
  captures_list: 0.602
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.012
  esindex: 0.018
  cdx.remote: 23.808
  LoadShardBlock: 172.865 (3)
  PetaboxLoader3.datanode: 432.204 (5)
  load_resource: 1970.822 (2)
  PetaboxLoader3.resolve: 1639.707 (2)
*/