/*
DROPDOWN
*/

#block-views-f4d00f2773799d4a85591924a5d43dcb .form-submit {
	display: none;	
}

#block-views-f4d00f2773799d4a85591924a5d43dcb .block-inner .content {
	padding: 0;	
}
    
.dropdown-menu {
    width: 125px;
    position: absolute;
    color: #6e7301;
    cursor: pointer;
    margin-top: -3.1em;
    right: 35px;
    font-size: 83%;
}

.where {
    z-index: 1;
}

.when {
    z-index: 2;
}

.what {
    z-index: 3;
}

.dropdown-menu a:link, .dropdown-menu a:visited {
	background: url(box-eventfilter-cat.jpg) left 0.6em no-repeat;
    color: #fff !important;
    display:block !important;
    text-decoration:none !important; 
    margin:0 !important;
    padding: 3px 5px 3px 15px;
}

.dropdown-menu a:hover {
	background: #6e7301 url(box-eventfilter-cat-hover.jpg) left 0.6em no-repeat;
    color: #bac300 !important;
}

.menu-first {
    background: #9ea706 url(box-eventfilter-open.jpg) 115px center no-repeat;
	position: absolute;
	padding-left: 5px;
	line-height: 1.8em;
}

.down-list {
    background: #bac300;
    border-top: 2px solid #6e7301;
    display: none;
    margin-top: 1.8em;
    position: absolute;
	z-index: 1000;
    line-height: 1em;
    padding: 0.5em 0 0.5em 0;
}

.down-list li {

}

.down-list .lastLI {
	
}
