#bigbutton {
	float: left;
	list-style: none;
	background: url('image/bigbutton_bg.gif') repeat-y left top;
	margin: 0 1px 0 50px;
	display: inline;
	padding: 0;
	width: 249px;
	min-height: 119px;
}

* html #bigbutton {
	height: 119px;
}

#bigbutton li {
	float: left;
	width: 249px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

#bigbutton li a {
	display: block;
	/*width: 249px;
	text-indent: 23px;
	color: #0a6464;
	background: #f2f2f2 url('image/sub_default.gif') no-repeat 11px 8px;
	padding: 5px 0;
	text-decoration: none;
	font-size: 10px;*/
}
/*
#bigbutton li a:hover {
	text-decoration: underline;
}*/

#bigbutton li.active a {
	color: white;
	font-weight: bold;
	background: #C50020 url('image/sub_active.gif') no-repeat 11px 8px;
}

img {
	border: 0px solid;
	}

