.font1 {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 10pt;
	color: #333333;
	list-style-type: square;

}
.font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;

}
.select a{
	display: block;
	width: 228px;
	height: 16px;
	background: url('../images/home/bkg_select.gif') no-repeat;
	color: Black;
	font-size: 1.1em;
	text-decoration: none; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}
.select a:hover{
	text-decoration: none;
}
.select_option{
	display: none;
}
.select_option_vu{
	position: absolute;
	width: 230px;
	background: White;
	padding: 3px;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	z-index: 1
}
.select_option_vu li{
	margin-bottom: 2px;
}
.select_option_vu li a{
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: Black;
	text-decoration: none;
}
