/**Footer Menu Select**/
.trigger_footer{
  z-index:10;
  border:1px solid #ccc;
  width:133px;
  padding:0 .5em;
  background:url(../images/common/select_pfeil.gif) top right no-repeat #fff;
  display:block;
  text-decoration:none;
}
.activetrigger_footer{
  border:1px solid #ccc;
  width:133px;
  padding:0 .5em;
  display:block;
  background:url(../images/common/select_pfeil_up.gif) top right no-repeat #fff;
  text-decoration:none;
  z-index:10;
}
/* style of the UL */
.dropcontainer_footer ul{
  border:1px solid #999;
  list-style-type:none;
  padding:0;
  margin:0;
  width:145px;
  position:absolute;
  z-index:10;
}
.dropdownhidden_footer{
  top:0;
  left:-999em;
  z-index:10;
}
.dropdownvisible_footer{
  top:0;
  left:0;
  z-index:10;
}
.dropcontainer_footer ul a{
  padding:0 .5em;
  display:block;
  width:135px;
  text-decoration:none;
  color:#666;
  border-bottom:0px solid #999;
  z-index:10;
}
.dropcontainer_footer ul a:hover{
  background:#ccc;
  
}
.dropcontainer_footer{
  position:relative;
  z-index:10;
}

/**Reference Menu Select**/
.trigger_references{
  z-index:10;
  border:1px solid #ccc;
  width:163px;
  padding:0 .5em;
  background:url(../images/common/select_pfeil.gif) top right no-repeat #fff;
  display:block;
  text-decoration:none;
  height:15px;
}
.activetrigger_references{
  border:1px solid #ccc;
  width:163px;
  padding:0 .5em;
  display:block;
  background:url(../images/common/select_pfeil_up.gif) top right no-repeat #fff;
  text-decoration:none;
  z-index:10;
  height:15px;
}
/* style of the UL */
.dropcontainer_references ul{
  border:1px solid #999;
  list-style-type:none;
  padding:0;
  margin:0;
  width:175px;
  position:absolute;
  z-index:10;
  background-color:#fcfcfc;
}
.dropdownhidden_references{
  top:0;
  left:-999em;
  z-index:10;
}
.dropdownvisible_references{
  top:0;
  left:0;
  z-index:10;
}
.dropcontainer_references ul a{
  padding:0 .5em;
  display:block;
  width:165px;
  text-decoration:none;
  color:#666;
  border-bottom:0px solid #999;
  z-index:10;
}
.dropcontainer_references ul a:hover{
  background:#ccc;
  
}
.dropcontainer_references{
  position:relative;
  z-index:10;
}

/**Standard Select First**/
.trigger_first{
color:#000;
z-index:10;
border:1px solid #ccc;
width:133px;
overflow:hidden;
height:16px;
padding:0 .5em;
background:url(../images/common/select_pfeil_2_up.gif) top right no-repeat #fff;
display:block;
text-decoration:none;
}
.activetrigger_first{
color:#000;
border:1px solid #ccc;
width:133px;
overflow:hidden;
padding:0 .5em;
display:block;
background:url(../images/common/select_pfeil_2.gif) top right no-repeat #fff;
text-decoration:none;
z-index:10;
height:16px;
}
/* style of the UL */
.dropcontainer_first ul{
background-color:#cccccc;
border:1px solid #999;
list-style-type:none;
padding:0;
margin:0;
width:145px;
position:absolute;
z-index:10;
background-color:#fff;
}

.dropcontainer_first li{
background-color:#ffffff;
z-index:999;
}
.dropdownhidden_first{
top:0;
left:-999em;
z-index:10;
}
.dropdownvisible_first{
top:0;
left:0;
z-index:10;
}
.dropcontainer_first ul a{
padding:0 .5em;
display:block;
width:135px;
text-decoration:none;
color:#666;
border-bottom:0px solid #999;
z-index:10;
}
.dropcontainer_first ul a:hover{
  background:#ccc;

}
.dropcontainer_first{
  position:relative;
  z-index:10;
}


/**Standard Select Second**/
.trigger_second{
  color:#000;
  z-index:20;
  border:1px solid #ccc;
  width:133px;
  overflow:hidden;
  height:16px;
  padding:0 .5em;
  background:url(../images/common/select_pfeil_2_up.gif) top right no-repeat #fff;
  display:block;
  text-decoration:none;
}
.activetrigger_second{
  color:#000;
  border:1px solid #ccc;
  width:133px;
  overflow:hidden;
  padding:0 .5em;
  display:block;
  background:url(../images/common/select_pfeil_2.gif) top right no-repeat #fff;
  text-decoration:none;
  z-index:20;
  height:16px;
}
/* style of the UL */
.dropcontainer_second ul{
  background-color:#cccccc;
  border:1px solid #999;
  list-style-type:none;
  padding:0;
  margin:0;
  width:145px;
  position:absolute;
  z-index:20;
  background-color:#fff;
}

.dropcontainer_second li{
  background-color:#ffffff;
  z-index:1999;
}
.dropdownhidden_second{
  top:0;
  left:-999em;
  z-index:10;
}
.dropdownvisible_second{
  top:0;
  left:0;
  z-index:1999;
}
.dropcontainer_second ul a{
  padding:0 .5em;
  display:block;
  width:135px;
  text-decoration:none;
  color:#666;
  border-bottom:0px solid #999;
  z-index:1999;
}
.dropcontainer_second ul a:hover{
  background:#ccc;

}
.dropcontainer_second{
  position:relative;
  z-index:1999;
}
