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

 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.

----------------------------------------------------------------------- */
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.joomla-nav {
  font-family: 'Abel', sans-serif;
  background-color: none;
  border: 0;
  height:1%; /* fixing IE 6 */
  height: 60px;
  margin:0;
  min-height:auto;
  overflow:auto;
  padding: 0;
}
.joomla-nav li {
  float:left;
  line-height: 60px;
  list-style-type:none;
  margin:0 10px;
  padding:0;
}
.joomla-nav li a {
  color:#ffffff;
  cursor:pointer;
  display:block;
  float:left;
  font-weight: normal;
  font-size: 18px;
  padding:0;
}
.joomla-nav li a.selected {
  color:#ffffff;
  cursor:default;
  text-decoration: underline;
}
.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:#ffffff;
  outline:none;
  text-decoration: underline;
}
.joomla-nav li.label {
  font-weight:normal;
  line-height:1.5;
  margin-right:1em;
  padding:.15em .33em .15em .33em;
}