/* 
  
  ALISTER:
  Do not modify this file please. 
  Configuration options (colour etc) are in eureka.css
  
*/

.eureka #top #nav li a
{
  position: relative;
  top: -3px;
  margin-right: 15px;
}

.eureka #top #nav ul
{
  top: 25px;
  width: auto;
}

.eureka #top #nav ul ul
{
  top: -1px;
}

.eureka #top #nav ul li a
{
  top: 0;
  height: auto;
  margin-right: 0;
  padding-top: 0.45em;
  padding-bottom: 0.4em;
  line-height: 1.4em;
}

.eureka #top #nav ul .current_page_item a
{
  font-weight: bold;
}

.eureka #navigation ul
{
  display: none;
}

.eureka #navigation .expanded
{
  display: block;
  margin-bottom: 0;
}

.eureka #navigation li
{
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

.eureka #navigation a
{
  display: block;
  width: auto;
  margin: 0;
  padding: 0.3em 9px;
}

.eureka #navigation .active:hover
{
  background-color: inherit !important;
}

.eureka #navigation .active
{
  cursor: default;
}

