@charset "UTF-8";

@media all
{
  .hlist {
	/* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 973px;
	overflow: hidden;
	/* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
	display: inline;
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
	line-height: 0;
	background-image: url(../img/nav/bg-button.jpg);
	background-repeat: repeat-x;
	background-position: right center;
	margin: 0px;
	padding: 0px;
	height: auto;
	position: relative;
  }

  .hlist ul {
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
	float: left; /* LTR */
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4A4A4A;
	border-left-color: #000000;
	width: 971px;
  }

  .hlist ul li {
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
	float: left; /* LTR */
	font-size: 1em;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #4A4A4A;
  }

  .hlist ul li a,
  .hlist ul li strong {
	background: transparent;
	color: #D6D6D6;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	width: auto;
	padding: 0.8em;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/nav/bg-button-over.jpg);
	background-repeat: repeat-x;
	background-position: right center;
}

  .hlist ul li.active {
	border-right-color: #000000;
	border-left-color: #4A4A4A;
	background-color: #272727;
	background-image: url(../img/nav/bg-button-over.jpg);
	background-repeat: repeat-x;
	background-position: right center;
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background: transparent; color: #fff; text-decoration: none; }
}
