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

 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 {
  background-color:#c3d9ff;
  border-top:1px solid #b3c9e4;
  border-bottom:1px solid #b3c9ef;
  height:1%; /* fixing IE 6 *//*
  margin:0 0 1.5em 0;
  min-height:auto;
  overflow:auto;
  padding:0.67em 0 0.67em 0;
}
.joomla-nav li {
  float:left;
  line-height:1.5;
  list-style-type:none;
  margin:0 0.5em 0 0.5em;
  padding:0;
}
.joomla-nav li a {
  color:#222;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  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:#555;
  outline:none;
}
.joomla-nav li.label {
  font-weight:normal;
  line-height:1.5;
  margin-right:1em;
  padding:.15em .33em .15em .33em;
}

*/


/* customized dropdown menu */

.joomla-nav ul {
	display: none;
}

.joomla-nav li:hover > ul {
	display: block;
}
.joomla-nav {
	margin:26px 0 10px 0;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:12px;
	font-weight:700;
	list-style: none;
	position: relative;
	display: inline-table;
	border-top: #c5c6c7 1px solid;
	border-bottom: #c5c6c7 1px solid;
	padding:0;
	z-index:99;
	width:980px;
}

.joomla-nav li {
	float: left;
	text-align:center;
	border-right: #c5c6c7 1px solid;
}
.joomla-nav li:hover {
	background: #dbedff;
}
.joomla-nav li:hover a {
	color:#094fa3;	
}
.joomla-nav li a {
	display: block; 
	padding: 12.5px 34px 12.5px 34px;
	color:#094fa3;
	text-transform:uppercase;
	text-decoration: none;
}
.joomla-nav li .separator {
	display: block; 
	padding: 12.5px 34px 12.5px 34px;
	color:#094fa3;
	text-transform:uppercase;
	text-decoration: none;
	cursor:default;
}
.joomla-nav ul {
	top: 40px;
	background: #ecf6ff; 
	padding: 0;
	margin-left:-1px;
	position:absolute; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d1dbe9;
}
.joomla-nav ul li {
	width:204px;
	float: none;
	list-style:none;	
	border-top: 1px solid #d1dbe9;
	border-left: 1px solid #d1dbe9;
	border-right: 1px solid #d1dbe9;
	position: relative;
}
.joomla-nav ul li a {
	font-size:10px;
	font-weight:normal;
	text-align:left;
	padding: 8.5px 0 8.5px 12px;
	color: #fff;
}	
.joomla-nav ul li a:hover {
	background: #dbedff;
}
.joomla-nav ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}
/*	.item114 ul{
	right:0;
	}*/
.item114{
	border-right:none !important;

	}
.item138, .item139, .item146, .item170{
	/*width:152px !important;*/
	width:204px !important;
	}
