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

 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-size: 18px !important;
    height: 1%;
    line-height: 20px;
    overflow: auto;
	margin-left: -20px;
}
.joomla-nav li {
  float:left;
  line-height:1.3;
  list-style-type:none;
  margin:0 0.5em 0 0.5em;
  padding:0;
  color:#006eb6;
    clear: both;

}
.joomla-nav li a {
color:#006eb6;  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  padding:0 .33em 0 .33em;
margin-bottom: 5px;
}
.joomla-nav li a.selected {
color:black;  
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:black;
  outline:none;
}
.joomla-nav li.label {
  font-weight:normal;
  line-height:1.5;
  margin-right:1em;
  padding:.15em .33em .15em .33em;
}

.joomla-nav li li a {
color:black;  cursor:pointer;
  display:block;
  float:left;
  font-weight:normal;
  padding:0 .33em 0 .33em;
}

.joomla-nav li li a:hover {
color:#006eb6;  cursor:pointer;
  display:block;
  float:left;
  font-weight:normal;
  padding:0 .33em 0 .33em;
}