dl, dt, dd, ul, li {
	list-style-type: none;
}
#button {
	width: auto;
	background-color: #FFFFFF;
	float: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#button dt {
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	background-color: #666666;
	font-size: 11px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	text-indent: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #999999;
}
#button dd {
	background-color: #333333;
	font-size: 11px;
	text-indent: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#button li {
	text-align: left;
	background-color: #333333;
}
#button li a, #button dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
	border: 0 none;
	height: 100%;
}
#button dd a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 20px;
	border: 0 none;
	height: 100%;
}
#button li a:hover, #button dt a:hover {
	background-color: #000000;
}
#button dt.active {
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	background-color: #CC0000;
	font-size: 12px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	text-indent: 10px;
}
#button dt.form {
	text-align: center;
	background-color: #CCCCCC;
	font-size: 10px;
	color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 83px;
	margin-top: 5px;
	margin-left: 5px;
	border-top-style: none;
}
