﻿.dropdownlistlong1
{
	BACKGROUND-COLOR: white;
	height: 29px;
	color:#5aa831;
	width:210px;
}

.dropdownlistlong1 .dropdowncontainer
{
    DISPLAY: none;
    border: solid 1px #5aa831;
    Padding: 5px 5px 5px 5px;	
	PADDING-RIGHT: 5px;
	HEIGHT: 100px; 
	width:170px;
	BACKGROUND-COLOR: white;
	position:absolute;
	z-index:1;
}

.dropdownlistlong1 .dropdownscrollbarbutton
{	
	BACKGROUND-IMAGE: url(../images/scroller.png);
	WIDTH: 15px; 
	BACKGROUND-REPEAT: no-repeat; 
	POSITION: relative; 
	HEIGHT: 15px
}


.dropdownlistlong1 .dropdownscrollbar
{
	FLOAT: right; 
	BACKGROUND-IMAGE: url('../images/scrollerbackground.png'); 
	WIDTH: 15px; 
	BACKGROUND-REPEAT: repeat-y; 
	HEIGHT: 100%;
	position:static;
}

.dropdownlistlong1 .dropdowncontent
{
	FLOAT: left; 
	OVERFLOW: hidden; 
	WIDTH: 146px; 
	POSITION: relative; 
	HEIGHT: 100%; 
	BACKGROUND-COLOR: white;
}

.dropdownlistlong1 .dropdownplaceholder
{
	OVERFLOW: hidden;
	POSITION: relative;
	color:white;
	padding-left:10px;
}

.dropdownlistlong1 .droplisttext
{
	background-image:url('../images/arrowbackgroundwhitegreen.gif');
	background-repeat:repeat-x;
	color: white;
	float:left;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-width:0px;
	width:146px;
	height:25px;
	position:relative;
	padding-left:10px;
	padding-top:10px;
}



.dropdownlistlong1 .droplistbutton
{
	background: #5aa831;
	color: white;
	float:right;
	background-image:url('../images/arrowWhiteGreen.gif');
	BACKGROUND-REPEAT: no-repeat; 
	width:44px;
	height:44px;
	float:left;
	position:relative;
}


.dropdownlistlong1 .dropdownitem
{
	background: white;
	color: #5aa831;
	text-align:left;
}

.dropdownlistlong1 .dropdownitem:hover
{
	background: #5aa831;
	color: white;
	text-align:left;
}
