@charset "UTF-8";
/**
* "Yet Another Multicolum Layout" - (X)HTML/CSS Framework
* "YAML for Joomla Template" - http://www.joomla-template-yaml.de
*
* (en) Horizontal list navigation "Shiny Buttons"
* (de) Horizontale Navigationsliste "Shiny Buttons"
*
* @copyright       Copyright 2005-2007, Dirk Jesse
* @license         CC-A-NC 2.0 (http://creativecommons.org/licenses/by-nc-sa/2.0/de/),
*                  YAML-C (http://www.yaml.de/en/licence.html)
* @link            http://www.yaml.de
* @package         yaml
* @version         3.0
* @revision        $Revision: 63 $
* @lastmodified    $Date: 2007-06-25 15:47:28 +0200 (Mo, 25 Jun 2007) $
*/

@media all
{
  #nav_main {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
/*    width: 100%;*/
    overflow:hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:left;
    display:inline;
/*	background-color: #3c3bd1;*/
    line-height: 0px;
	margin-top:157px;
  }
  
  #nav_main ul {
    float:left;
      /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    margin:0;
    padding: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin-left: 10px;
	margin-top:1px;
  }
  
  #nav_main ul li {
    float: left;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    margin: 0;
    padding: 0;
    line-height: 1em;
    list-style-type: none;
	background-image:url(../../images/elections/separator_menuitem.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	height:46px;
  }
  
  #nav_main ul li a {
    display:block;
    width: auto;
    font-size:1.1em;
    font-weight: normal;
    background: transparent;
    text-decoration: none;
    color: #999999;
    margin-right:1px;
    padding: 20px 15px 0px 15px;
	height:20px;
	float:left;
  }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {
	background: transparent url(../../images/elections/topnav_on.jpg) repeat-x 100% 0%;
    color: #c52e3d;
    text-decoration: none;
	height:46px;
	margin-right:1px;
  }
  
  #nav_main ul li#current {
   background: transparent url(../../images/elections/topnav_on.jpg) repeat-x top left;
  }
  
  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active {
    color: #c52e3d;
    background: transparent;
    text-decoration: none;
	margin-right:1px;
  }

}