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

 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 li {
  float:left;
  line-height:1.5;
  list-style-type:none;
  padding:0;
}

.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;
}