@charset "utf-8";
/* CSS Document */
.Product_Catalog{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	}
.Product_menu{
	width:100%;
	background-color:#cae9ff;
	height:18px;
	line-height:18px;
	font-size:12px;
	padding-left:5px;
	}
.Product_ul{
	padding:15px 0px;
	overflow:hidden;
	}
.Product_li{
	width:50%;
	height:24px;
	line-height:24px;
	}
.Product_li a,.Product_menu a{
	color:black;
	}
.Product_li a:hover,.Product_menu a:hover{
	color:blue;
	margin-left:5px;
	}