.button {
	float: left;
	height: 342px;
	width: 180px;
	margin-right: 10px;
}
.buttonBlack {
	background: #000;
	height: 9px;
	width: 180px;
	float: left;
	display: block;
}
.buttonMain {
	height: 430px;
	width: 154px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-right: 12px;
	padding-left: 12px;
	float: left;
	margin: 0px;
}
.botton_bottom {
	height: 4px;
	width: 180px;
	display: block;
	float: left;
	background: url(../images/button_bottom.gif) left top;
}

.button li {
	width: 154px;
	float: left;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
}
.button li a {
	color: #000;
	text-decoration: none;
	float: left;
	width: 154px;
	background: url(../images/buttonArrow.gif) no-repeat 130px center;
}
.button li a:hover {
	text-decoration: none;
	margin-top: 1px;
	margin-left: 1px;
	color: #333;
	background: url(../images/buttonArrowCurrect.gif) no-repeat 130px center;
}
.buttonMain ul .none {
	border-style: none;
}

