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

 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 {
  
 font-weight: bold;
  height:1%; /* fixing IE 6 */
  margin:0 0 1.5em 0;
  min-height:auto;
  overflow:visible;
  width: 500px;
 
}
.joomla-nav li {
  float:left;
  line-height:1.5;
  list-style-type:none;
  margin:0 0.5em 0 0;
  padding:0;
}
.joomla-nav li a {
  
  cursor:pointer;
  display:block;
  float:left;


}
.joomla-nav li a.selected {

  cursor:default;
}
.joomla-nav li a, .joomla-nav li a:focus, .joomla-nav li a:hover {

}
.joomla-nav li a:focus, .joomla-nav li a:hover {

}
.joomla-nav li.label {
 
}