

.thrColFixHdr #topmenu {

    overflow: hidden;
    float: right;
    display: inline;
    position:relative;
/*	background-color:#CCC; */

 /*   border-top: 1px #fff solid; */
    border-bottom: 1px #999 dotted;
/* border-left: 1px #ccc solid; */
    line-height: 0;
	text-align:right;

	

	
  }

.thrColFixHdr #topmenu ul {
    display: inline;
    float: left; /* LTR */
    margin: 0 0 0 30px; /* LTR */
    padding: 0;
   /* border-left: 1px #fff solid;
    border-right: 1px #fff solid;*/
  }

.thrColFixHdr #topmenu ul li {
   /* border-left: 1px #fff solid;
    border-right: 1px #fff solid; */
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    font-size:.6em;
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0;

  }

.thrColFixHdr #topmenu ul li a,
.thrColFixHdr #topmenu ul li strong {
    background: transparent;
    color:#999 ;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

.thrColFixHdr #topmenu ul li a:focus,
.thrColFixHdr #topmenu ul li a:hover,
.thrColFixHdr #topmenu ul li a:active  { background:#CC0000; color: #333; text-decoration: none; }

.thrColFixHdr #topmenu ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #272727 url(../images/but2.png) repeat-x center right;
  /*  border-left: 1px #fff solid;
    border-right: 1px #fff solid; */
  }
  
.thrColFixHdr #topmenu ul li.active a {color:#FFFFFF
}
.thrColFixHdr #topmenu ul li.active strong,
.thrColFixHdr #topmenu ul li.active a:focus,
.thrColFixHdr #topmenu ul li.active a:hover,
.thrColFixHdr #topmenu ul li.active a:active { background: transparent; color: #fff; text-decoration: none; }




