/**
 * @file
 * Navigation Styling
 */
 
/*
 * The active item in a Drupal menu
 */
 
li a.active {
  color: #808080;
  font-family: Tahoma, "DejaVu Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
}

/*
 * Navigation bar
 */
#navigation {
  background: url(../images/ferrariclub_menu_taustafade.jpg) no-repeat right top;
  width: 804px;
}

.region-navigation {
  display: block;
  float: right;
  position: relative;
  right: 0;
  top: -73px;
}

/*
 * Primary and Secondary menu links
 */
#main-menu {
}

#secondary-menu {
}

#navigation li {
  margin-top: 3px;
  background: url("../images/ferrariclub_menu_erotin.jpg") no-repeat right top; /* Separator image between links*/
  height: 37px;
  padding: 0;
}

#navigation li.last /* Removes separator bg image from last menu item */ {
	background: none;
}

#navigation a:link {
  color: #fff;
  font-family: Tahoma, "DejaVu Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  padding: 5px 23px 3px 14px;
}

#navigation a:visited {
  color: #fff;
  font-family: Tahoma, "DejaVu Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
}

#navigation a:hover,
#navigation a:focus {
  color: #808080;
  font-family: Tahoma, "DejaVu Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
}

#navigation li a.active {
  color: #909090;
}