﻿.dropdown-element {
	position:relative; 
	background:transparent;
	margin:0;
	padding:0;
	height:32px;
}

.dropdown {
	/*position:absolute;*/
	list-style-type:none;
	display:block;
	margin:0;
	padding:0;
	cursor:pointer;
}

.drop 
{
    position:absolute;
    overflow-y:auto;
	overflow-x:hidden;
	/*overflow:hidden;*/
	/*max-height: 320px;*/
    background:white;
    width:158px;
	/*border-bottom:solid 1px lightgrey;*/
	border-left:solid 1px lightgrey;
	border-right:solid 1px lightgrey;
	z-index:100;
}

.drop ul 
{
    width:inherit;
	max-height: 320px;
	list-style-type:none;
	margin:0;
	padding:0;
	background:white;
	
}

.drop ul li {
	/*display:none;*/
	padding:0;
	margin:0;
}

.drop ul li a:hover 
{
    color:White;
	background-color:#313B40;
}

.focused
{
    color:White !important;
	background-color:#313B40;
}

.selected {
	
	background:transparent;
	border-top:solid 1px lightgrey;
	border-left:solid 1px lightgrey;
	border-right:solid 1px lightgrey;
	border-bottom:solid 1px lightgrey;
	width:158px;
	z-index:0;
	/*background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQUlEQVR42mNkoBAwjhpAZQNu3br1n5AGNTU1RpwGEDIEXTNOL2AzBJtmvGGAbAguzXgNgBmCTzNBA4gBowYwMAAA2eYUEf9yNOgAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-position:136px 4px;*/
}

.selected a,.selected a:hover 
{
    width:90%;
    overflow:hidden;
    text-decoration:none;
	color:inherit;
	display:block;
	margin:0;
	padding:4px;
	white-space:nowrap;
	background-color:transparent;
    /*background-image: url(arrow_b.png);*/
    
	
}

.selected
{
    /*background-image:url(arrow_b_hv.png);*/
    background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAM0lEQVR42mNkoBAwjhpAfQP+k6oHmwv+E6sZnxf+E6OZUBj8J0YdoUD8T0jN4IvGIWgAANa7BRE0XarEAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-position:136px 4px;
}

.dropdown ul li a {
	width:inherit;
	text-decoration:none;
	color:inherit;
	display:block;
	margin:0;
	padding:4px;
	white-space:nowrap;
}
