/* -----------------------------------------------------------------------
 
 
Tabs Plugin 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.
 
----------------------------------------------------------------------- */

.horizontal_menu {
/*  height:1%; /* fixing IE 6 */*/
  margin:0 0 -1px 0;
  min-height:auto;
  overflow:auto;
  font-family:univers, arial, helvetica, sans-serif;
  font-size:110%;
}
.horizontal_menu li {
  float:left;
  line-height:1.5;
  list-style-type:none;
  margin:0 .25em -0px 0;
  padding:0;
}

.horizontal_menu li.first {
  margin-left:20px;
}

.horizontal_menu li a {
  height:25px;
  color:#666;
  cursor:pointer;
  display:block;
  float:left;
  padding:9px .75em 0 .75em;
}
.horizontal_menu li a.selected {
  background:url("../../../images/menu_selected_bkg.gif");
  border-bottom:1px solid #fff;
  top:10px;
  color:#014433;
  cursor:default;
}
.horizontal_menu li a, .horizontal_menu li a:focus, .horizontal_menu li a:hover {
  text-decoration:none;
}
.horizontal_menu li a:focus, .horizontal_menu li a:hover {
  color:#c0c133;
  outline:none;
}
.horizontal_menu li a.selected:focus, .horizontal_menu li a.selected:hover {
  color:#014433;
}
.horizontal_menu li.label {
border:none;
font-weight:bold;
line-height:1.5;
margin-right:.5em;
padding:.25em .33em .25em .33em;
}
