/* -----------------------------------------------------------------------

 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 {
  padding-left: 7px;
}
ul, ol {
}
.joomla-nav li {
  
  text-transform: uppercase;
  background-color: #4AA59A;
  border: 2px solid white;
  float: left;
  height: 44px;
  line-height: 1.5;
  list-style-type: none;
  padding: 0;
  width: 164px;
  text-align: center;
  color: #FFF;
  font-family: 'Open Sans';
  font-size: 12px;

}
.joomla-nav li a {
  color:#FFF;
  cursor:pointer;
  float:left;
  font-weight:bold;
  vertical-align: middle;
  padding:0 .33em 0 .33em;
}

.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:#E2AF3D;
  outline:none;
}

.item108 a{
  position:relative;
  top:27%;
}

.joomla-nav li.label {
  font-weight:normal;
  line-height:1.5;
  margin-right:1em;
  padding:.15em .33em .15em .33em;
}*/

.joomla-nav {
  padding: 0 2px;  
}

.joomla-nav li {
  display: table-cell;
  background-color: #4AA59A;
  border: 2px solid white;
  vertical-align:middle;
  text-align:center;
  width: 166px;
  height: 44px;
  line-height: 14px;
}

.joomla-nav li a{
  display:block;
  font-family:Helvetica ,Arial,sans-serif;
  text-decoration: none;
  font-size:11px;
  font-weight:bold;
  color: #fff;  
}

.joomla-nav li a:focus, .joomla-nav li a:hover, #current a{
  color:#E2AF3D;
}

.item104 a{
  margin:0 21px;
}

.item107 a{
  margin:0 2px;
  width: 175px;
}