div.selectbox-wrapper {
    position:absolute;
	background-color: #efefef;
    border:1px solid #aeaeae;
    margin:0px;
    padding:0px;
	font-family: "trebuchet MS";
    font-size: 11px;
    text-align:left;
   *height:533px; /*IE6 fix */
   overflow: auto;
   width:80px;
padding-bottom: 1px;
}
div.selectbox-wrapper ul {
  list-style-type:none;
   background-color: #FFF;
  margin:0px;
  padding:0px;
  width: 79px;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.selectbox-wrapper ul li a {
color: #333;
  display:block;
  margin:0;
  width: 76px;
  padding:1px 0px 1px 3px;
   background-color: #efefef;
   border-bottom:1px dotted #aeaeae;
}
div.selectbox-wrapper ul li a:hover {
  background-color: #aeaeae;
  text-decoration:none;
}
.selectbox
{
font-size: 10px;
	color: #333;
	background-image: url(../../images/strzalka_red.gif);
	background-position: right 2px;
	padding-right: 10px;
	display: block;
	background-repeat: no-repeat;
	width: 60px;
	vertical-align: middle;
	height: 13px;
	position: absolute;
	right: 2px;
	bottom: 3px;
	border: 0px;
	margin-right: 10px;
	  cursor: pointer;
}
