﻿/* -----------------------------------------------------------------------

 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;  */
  height:52px; position:relative; top:0px; width:960px;z-index:1000; background: url("../images/menubg.png") repeat-x scroll 0 0 #181818; border-top:1px solid #494949; border-left:1px solid #0c0c0c; border-right:1px solid #0c0c0c; border-bottom:1px solid #0c0c0c;


}
.joomla-nav li {
  float:left;
  line-height:1.5;
  list-style-type:none;
  margin:0 0.5em 0 0.5em;
  padding:0;
  height: 52px
}
.joomla-nav li a {
  text-decoration:none;
  color:#E0E0E0;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  padding:0 25px;
  text-shadow: 0 1px 0 #000000;
  line-height:52px;
}
#current a {
color: #00ff00;
}
.joomla-nav li a:selected, .joomla-nav li a:active,.joomla-nav  li.active{
  color:#00FF00;
  cursor:default;
}
.joomla-nav li a:focus, .joomla-nav li a:hover,{
  text-decoration:none;
  	color: #E0E0E0;
}
.joomla-nav li a:active {
  text-decoration:none;
  	color: #E0E0E0;
}
.joomla-nav li a:focus, .joomla-nav li a:hover {
  color:#00FF00;
  outline:none;
}
.joomla-nav li.label {
  font-weight:normal;
  line-height:1.5;
  margin-right:1em;
  padding:.15em .33em .15em .33em;
}