.n2Select{
}
a:link.n2Select-anchor, a:visited.n2Select-anchor{
	position:absolute;
	overflow:hidden;
	display:block;
	padding:0 25px 0 4px;
	border:1px solid #8C8C8C;
	color:#8C8C8C;
	text-decoration:none;
	background:url(../images/dropdown_pijl.png) no-repeat right center;
	/*outline:none;*/
}
a:active.n2Select-anchor, a:focus.n2Select-anchor{
	text-decoration:none;
	background:url(../images/dropdown_pijl.png) no-repeat right center #fff;
	/*outline:none;*/
}
.n2Select-list{
	position:absolute;
	margin:0;
	padding:0;
	border:1px solid #8C8C8C;
	overflow-y:auto;
	z-index:500;
}
.n2Select-even{
	background-color:#fff;
}
.n2Select-odd{
	background-color:#fff;
}
.n2Select-group{
	font-weight:bold;
	font-style:italic;
	padding:0 8px;
	color:#000;
	cursor:default;
	/* more style for select groups */
	background-image:url(n2Select/item2.gif);
	background-repeat:no-repeat;
	background-position:3px 8px;
	padding-left:14px;
}
.n2Select-item{
	padding:0 0 0 4px;	
	line-height:18px;
	color:#000;
	cursor:pointer;
}
.n2Select-sub{
	padding:0 8px 0 16px;
	color:#000;
	cursor:pointer;
	/* more style for select options */
	background-image:url(n2Select/item3.gif);
	background-repeat:no-repeat;
	background-position:8px 4px;
	padding-left:22px;
}
.n2Select-disabled{
	/*background-image:none;*/
	color:#ccc;
	cursor:default;
}
.n2Select-selected{
	background-color:#4096EE;
	color:#fff;
}
