div.n2Select-anchor{

	overflow:hidden;
	text-decoration:none;

	background: url(../images/select_input.gif);
	border: 0px;
	
	width: 230px;
	height: 25px;
	
	padding-top: 7px;
	padding-left: 8px;
	padding-right: 4px;
	
	font-size: 11px;
	
	color: #525911;
	
	margin-top: -20px;
}
.n2Select-list{
	position: absolute;
	overflow-y:auto;
	z-index:500;
	width: 230px;
	
	font-size: 11px;
	
	margin-top: -120px;
}
.n2Select-even{
	background-color:#fff;
	color: #666666;
	padding: 5px;
}
.n2Select-odd{
	background-color:#f4f7dc;
	padding: 5px;
	color: #666666;
}
.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;
}
