.mainMenu{
	overflow: hidden;
	width: 118px;
	height: 33px;
	float: left;
}
.subMenu{
	position:absolute ;
	width: 164px;
	height:auto;
	text-align: left;
	display: none;
	z-index: 90;
}
.subMenuBG{
	overflow: hidden;
	width:164px;
	height:auto;
	background: url('../images/ui/bg_top_submenu.png') no-repeat top center ;

}
.subMenuList{
	overflow:hidden;
	width:164px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	vertical-align: top;
}
.subMenuList a{
	color: white;
	text-decoration: none;
}
.subMenuList a:hover{
	color: white;
	text-decoration: none;
}
.subMenuSpac{
	overflow: hidden;
	height: 20px;
	visibility: visible;
}
.subMenuLine{
	background: url("../images/ui/main_menu_hline.png") no-repeat;
	height: 11px;
	visibility: visible;
	width: 164px;
}
.subMenuB{
	overflow: hidden;
	width: 164px;
	height: 26px;
	text-align: center;
	background: url('../images/ui/ComboxUN.png') no-repeat;
}
