.menu-set	{
	height: 20px;
	width: 100%;
}

.menu-set ul	{
	padding: 0;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
}

.menu-set li	{
	list-style-type: none;
	float: left;
	margin-right: 5px;
	margin-left: 5px;	
	}

.menu-set li a	{
	font-size: 12pt;
	color: #FFF;
	display: block;
	width: 20px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-decoration: none;
	height: 20px;
	font-family: "Myriad Pro", "微軟正黑體", "新細明體", Arial;
	border: 1px dotted #CCC;
	float: left;
}
.menu-set li a:hover	{
	font-size: 12pt;
	height: 20px;
	width: 20px;
	color: #FFF;
	display: block;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-decoration: none;
	font-family: "Myriad Pro", "微軟正黑體", "新細明體", Arial;
	background-color: #CCC;
	border: 1px dotted #999;
}
