.n2Select{
}
a:link.n2Select-anchor, a:visited.n2Select-anchor{
	position:absolute;
	overflow:hidden;
	padding:0 25px 0 4px;
	border:1px solid #ccc;
	color:#000;
	text-decoration:none;
	background:url(n2Select/arrow1.gif) no-repeat right center #fff;
	/*outline:none;*/
}
a:hover.n2Select-anchor, a:active.n2Select-anchor, a:focus.n2Select-anchor{
	border:1px solid #79ab8f;
	text-decoration:none;
	background:url(n2Select/arrow2.gif) no-repeat right center #fff;
	/*outline:none;*/
}
.n2Select-list{
	position:absolute;
	margin:0;
	padding:0;
	border:1px solid #ccc;
	overflow-y:auto;
	z-index:500;
}
.n2Select-even{
	background-color:#fff;
}
.n2Select-odd{
	background-color:#ecf3ef;
}
.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 8px;
	color:#000;
	cursor:pointer;
	/* more style for select options */
	background-image:url(n2Select/item1.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:14px;
}
.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;
}
