.n2Select2{
	width:174px;
	height:21px;
}
a:link.n2Select2-anchor, a:visited.n2Select2-anchor{
	position:absolute;
	overflow:hidden;
	padding:0px 0px 0px 12px;
	font-size:10px;
	color:#347400;
	text-decoration:none;
	background:url(img/slect_bg2.jpg) no-repeat right top;
	
}
a:hover.n2Select2-anchor, a:active.n2Select2-anchor, a:focus.n2Select2-anchor{
	text-decoration:none;
	background:url(img/slect_bg2.jpg) no-repeat right top;
}
.n2Select2-list{
	position:absolute;
	margin:0;
	padding:0;
	overflow-y:auto;
	z-index:500;
}
.n2Select2-even{
	background-color:#fff;
		
}
.n2Select2-odd{
	background-color:#fff;
		
}
.n2Select2-group{
	font-weight:bold;
	padding:0 8px;
	color:#000;
	cursor:default;
		font-style:italic;
	/* more style for select groups */
	background-image:url(n2Select/item2.gif);
	background-repeat:no-repeat;
	background-position:3px 8px;
	/*padding-left:14px;*/
}
.n2Select2-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;*/
}
.n2Select2-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;
}
.n2Select2-disabled{
	/*background-image:none;*/
	color:#ccc;
	cursor:default;
}
.n2Select2-selected{
	background-color:#e8e8e8;
	color:#347400;
}