@charset "UTF-8";

@media all
{
  .liste {
    overflow: hidden;
    position:relative;
    background: transparent;
    line-height: 0;
    margin:5px 0 0 0px;
  }

  .liste ul {
    margin:0;
    padding:0;
  }

  .liste ul li {
    /*display: inline;*/
    font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float:left;
  }

  .liste ul li a,
  .liste ul li strong {
    background: transparent;
    color: #F49E00;
    font-size: 18px;
    font-weight: normal;
    margin: 0 35px 0 0;
    padding: 0;
    text-decoration: none;
    width: auto;
  }

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

	.liste ul li a.active,
  .liste ul li.active a{
		background: #transparent; color: #fff; text-decoration: none;
  }

  .liste ul li.active strong,
  .liste ul li.active a:focus,
  .liste ul li.active a:hover,
  .liste ul li.active a:active { background: transparent; color: #fff; text-decoration: none; }
  
  
  .menuespacer{
  	margin-top:30px;
  	width:200px;
  	height:1px;
  	border-top: 1px solid #a00;
  }
}
