#top .select div {
	font:11px Tahoma, Arial;
	color:#6d6d6d;
	width:140px;
	height:20px;
	border:1px solid #acd687;
	background:#e7ffbe;
}

#top .select div a {
	display:block;
	height:17px;
	padding:3px 0 0 4px;
	color:#6d6d6d;
	background:url(../images/select_a.gif) no-repeat center right;
	text-decoration:none;
}

#top .select div a:hover {
	color:#6d6d6d;
	background:url(../images/select_ah.gif) no-repeat center right;
	text-decoration:none;
}

#top .select ul {
	margin:-1px 0 0 0;
	padding:0 0 1px 0;
	position:absolute;
	display:none;
	border-right:1px solid #acd687;
	border-bottom:1px solid #acd687;
	border-left:1px solid #acd687;
	background:#e7ffbe;
	width:140px;
}
#top .select ul li {
	margin:0px;
	padding:1px 2px 1px 2px;
	list-style:none;
}

#top .select ul li a {
	display:block;
	height:17px;
	font:11px Tahoma, Arial;
	padding:3px 0 0 6px;
	color:#6d6d6d;
	text-decoration:none;
}

#top .select ul li a:hover {
	color:#333;
	border-left:2px solid #acd687;
	border-right:2px solid #acd687;
	text-decoration:none;
	padding:3px 0 0 4px;
	background:url(../images/select_li_ah.gif) repeat-x bottom left;
}
#top .select select {
	position:absolute;
	display:none;
}
