.custom_selectbox {
  z-index:100;
  position:relative;
  border-left: 1px solid #5B595D;
  background-image: url(/fileadmin/templates/images/generell/background/selectbox_bg.gif);
  margin:0;
}

.custom_selectbox a {
  text-align: left;
  padding:0;
  padding-left:6px;
  line-height:20px;
  font-weight:normal;
  text-decoration:none;
  color: #5B595D;
  background:url(/fileadmin/templates/images/generell/buttons/btn-pulldown.gif) no-repeat 100% 50%; 
  display:block;
  width:100%;
}

.custom_selectbox a:hover {
  background-image:url(/fileadmin/templates/images/generell/buttons/btn-pulldown-hover.gif);
  text-decoration:none;
}


.custom_selectbox ul {
  display:none;
  position:absolute;
  border:1px solid #666;
  border-top:none;
  padding:0;
  margin:0 0 0 -1px;
  background-color: #FFFFFF;
  width:100%;
}

.custom_selectbox li {
  display:block;
  padding: 1px 0 1px 6px;
  line-height:17px;
  cursor:pointer;
  color: #5B595D;
}

/* IE6 hack */
*html .custom_selectbox li {height:17px;}
*html .custom_selectbox ul {z-index:100;}

.custom_selectbox li:hover, .custom_selectbox li.hover{
  background-color: #5B595D;
  color: #ffffff;
}

/***** Lightbox *****/
.custom_selectbox.lightbox li {line-height:17px}
*html .custom_selectbox.lightbox li {height:17px}

.custom_selectbox.usertype_selector {
  border-left: 1px solid #cccccc;
  background-image: url(/fileadmin/templates/images/generell/background/selectbox_bg_user_type.gif);
  height:20px;
}

#main_nav2 .custom_selectbox.usertype_selector a, .custom_selectbox.usertype_selector a {
  padding:0;
  padding-left:20px;
  line-height:20px;
}

#main_nav2 .custom_selectbox.usertype_selector a:hover {
  text-decoration:none;
}

.custom_selectbox.usertype_selector ul {
  border:1px solid #cccccc;
  border-top:none;
}

.custom_selectbox.usertype_selector li {
  padding-left: 20px;
} 
