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

 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.

----------------------------------------------------------------------- */
#top  li li a{color:red; float:none; width:200px; border:1px solid red;}


.joomla-nav {
  
  background: url("../../../../images/logo1.png") no-repeat 15px 2px;
  height:1%; /* fixing IE 6 */
  /*margin:0 0 1.5em 0;***************************/
  min-height:auto;
  overflow:auto;
  padding:0px 0 0px 276px;
  
}
.joomla-nav li {
  /*float:left;*/
  line-height:1.5;
  list-style-type:none;
  padding:0;
}
.joomla-nav li a {
  color:#e6f3c3;
  cursor:pointer;
  display:block;
  float:left;
  font-size:15px;
  font-weight:normal;
  padding: 16px 17px 16px 17px;
  
}
.joomla-nav li a.selected {
  color:#555;
  cursor:default;
}
#current { 
   background: url("../../../../images/menu.png") repeat-x top left;
   
   
}
.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, .joomla-nav li a:active {
  color:#bcce8b;
  outline:none;
  background: url("../../../../images/menu.png") repeat-x top left;
  
}
.joomla-nav li a:active {
  color:#fff;}
.joomla-nav li.label {
  font-weight:normal;
  line-height:1.5;
  margin-right:1em;
  padding:.15em .33em .15em .33em;
}