.n2Select{
	width:169px;
	height:24px;
}
a:link.n2Select-anchor, a:visited.n2Select-anchor{
	position:absolute;
	overflow:hidden;
	padding:0px 15px 10px 10px;
	font-size:10px;
	color:#6d6d6d;
	text-decoration:none;
	
	background:url(img/rightselectbox2.jpg) no-repeat right top;
	/*outline:none;*/
}
a:hover.n2Select-anchor, a:active.n2Select-anchor, a:focus.n2Select-anchor{
	/*border:1px solid #4096EE;*/
	text-decoration:none;
	/*background:url(n2Select/arrow2.gif) no-repeat right center #fff;*/
	background:url(img/rightselectbox2.jpg) no-repeat right top;
	/*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:#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 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:#343435;
	color:#fff;
}