.Menu {
	position: relative;	
	width:318px;
	_width:320px;
	margin:0;
	padding:0;
	z-index: 1;
	background: #FFF;
	border: 1px solid #000;
	border-top:0;
	margin-top: -100px;
	display: none;
}

.Menu2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.Menu2 ul {
	margin: 0;
	padding: 0
}

.Menu2 ul li {
	width: 318px;
	height: 25px;
	line-height: 25px;
	text-indent: 5px;
	color: BLUE;
	cursor: pointer;
}

input {
	width: 200px
}

.form {
	width: 200px;
	height: auto;
}

.form div {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 5px
}

#List1 {
	left: 0px;
	top: 98px;
}

.pages {
	color: #000000;
	cursor: default;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.pages .count,.pages .number,.pages .arrow {
	color: #000000;
	/*background-color: #F7F7F7;*/ /*border: 1px solid #CCCCCC;*/
}

/* Page and PageCount Style */
.pages .count {
	border-right: none;
	padding: 2px 10px 1px 10px;
}

/* Mode 0,1,2 Style (Number) */
.pages .number {
	padding: 2px 0px 1px 0px;
}

.pages .number a,.pages .number span {
	
}

.pages .number span {
	color: #999999;
	margin: 0px 3px 0px 3px;
}

.pages .number .current {
	text-align: center;
	color: #FFFFFF;
	background-color: #494949;
	width: 20px;
	height: 20px;
	border: 1px solid #494949;
	padding: 0px 5px;
}

.pages .number .disabled {
	text-align: center;
	background-color: #FFFFFF;
	width: 20px;
	height: 20px;
	border: 1px solid #9A9796;
	padding: 0px 5px;
}

.pages .number a {
	width: 20px;
	height: 20px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: 1px solid #9A9796;
	background-color: #FFFFFF;
	padding: 0px 5px;
}

.pages .number a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #9A9796;
	border: 1px solid #9A9796;
}

/* Mode 3 Style (Arrow) */
.pages .arrow {
	padding: 0px 5px 0px 5px;
}

.pages .arrow a,.pages .arrow span {
	
}

.pages .arrow span {
	color: #999999;
	margin: 0px 5px 0px 5px;
}

.pages .arrow a {
	color: #000000;
	text-decoration: none;
}

.pages .arrow a:hover {
	color: #0000ff;
}

/* Mode 4 Style (Select) */
.pages select,.pages input {
	color: #000000;
}

/* Mode 5 Style (Input) */
.pages .input input.ititle,.pages .input input.itext,.pages .input input.icount
	{
	color: #666666;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}

.pages .input input.ititle {
	width: 70px;
	text-align: right;
	border-right: none;
}

.pages .input input.itext {
	width: 25px;
	color: #000000;
	text-align: right;
	border-left: none;
	border-right: none;
}

.pages .input input.icount {
	width: 35px;
	text-align: left;
	border-left: none;
}

.pages .input input.ibutton {
	height: 17px;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
	padding: 0px 0px 2px 1px;
	margin-left: 2px;
	cursor: hand;
}

#keyword{
	padding:0;
	margin:0;	
}
