
#header .setupmenu{
    width: 120px;
	margin-top:90px;
	position:relative;
	float:right;
	border:0px;
	}

/********** setup navigation **********/
#header .setupmenu ul li.langen{
      display:block;
      float: left;
	  background: url(../images/setuplangen.png) no-repeat left top;
	  width: 35px;
	  height: 30px;
	  color: white;
	  margin-left:3px;
	  }
	  
#header .setupmenu ul li.langen:hover{
      background: url(../images/setuplangenhover.png) no-repeat left top;
	  }
	  
	  #header .setupmenu ul li.langbg{
      display:block;
      float: left;
	  background: url(../images/setuplangbg.png) no-repeat left top;
	  width: 35px;
	  height: 30px;
	  color: white;
	  margin-left:3px;
	  }
	  
#header .setupmenu ul li.langbg:hover{
      background: url(../images/setuplangbghover.png) no-repeat left top;
	  }
	  
	  #header .setupmenu ul li.langde{
      display:block;
      float: left;
	  background: url(../images/setuplangde.png) no-repeat left top;
	  width: 35px;
	  height: 30px;
	  color: white;
	  margin-left:3px;
	  }
	  
#header .setupmenu ul li.langde:hover{
      background: url(../images/setuplangdehover.png) no-repeat left top;
	  }
	  

	  
#header .setupmenu ul li a.one{
    width: 35px;
    height: 30px;
	display: block;
	float: left;
	margin: auto;
	padding-top: 1px;
	text-decoration: none;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:white;
	border: none;
}

#header .setupmenu ul {
    margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	}
	
	
#header .setupmenu .current{}
#header .setupmenu .current a{color:#8b0305;}


#header .setupmenu ul li a.too {background: url(../images/img06.gif) no-repeat left; border:0px; padding-left:10px; margin-right: 10px;}
#header .setupmenu ul li a:hover.too {border:0px;color:red;}



