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

 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 {
  border-bottom: 1px solid #B3C9EF;
	border-top: 1px solid #B3C9E4;
	height: 1%;
	margin: 0 0 1.5em;
	min-height: auto;
	overflow: auto;
	padding: 37px 0 15px 0;
}

.joomla-nav li {
	list-style-type: none;	
}


.joomla-nav li a{
  color:#222;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  padding:0 .33em 0 .33em;
  text-decoration:none;
  background-color: #C3D9FF;
  width: 191px;
  float: left;
  margin: 0 0 23px;
  padding: 19px;
  border: 2px solid #C3D9FF;
  border-radius:5px;
}

ul.joomla-nav li a:hover{
	background-color: #fff;
}

li#current , li#current :visited{background-color:#fdffff !important;}



.joomla-nav li.label {
  font-weight:normal;
  line-height:2.5;
  margin-right:1em;
  padding:.15em .33em .15em .33em;
}

.item125 {
	display:none;
}