body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#006600;
	scrollbar-highlight-color:#CED9E3;
	scrollbar-3dlight-color:#ABCDAB;
	scrollbar-darkshadow-color:#ABCDAB;
	scrollbar-shadow-color:#CED9E3;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#ABCDAB;
}
a:link {
	color: #2DFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2DFF00;
}
a:hover {
	background-color:#336600;
}
a:active {
	text-decoration: none;
}

#open1_1{
	position:absolute;
	width:100%;
	border: none;
	padding-top:16%;

}

.buttonWrapper{
	border: 1px solid #000000;
	border-right: none;
}
/*导航横向菜单样式*/
.buttons{
	line-height: 200%;
	white-space: nowrap;
	width: 100%; /* ie6 fix */
	overflow: hidden;
	/*border-left: 0px solid #DAD6CB;*/
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 4px 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-left: 0px solid #006600;
	border-right: 1px solid #000000;
	background: #006600;	/*默认样式*/
}
.buttons a:hover
{
	color: #C8C8C8;
	background: #002600 url('../img/dh_btn.png') 0 101px;	/*当鼠标放上去的时候*/
}
.buttons a:active
{
	color: #C8C8C8;
	background: #002600 url('../img/dh_btn.png') 0 69px;	/*当鼠标按下去的时候*/
}
.buttons-special
{
	font-weight: bold;
}
.buttons-active {
	color: #C8C8C8 !important;
	background: #006600 url('../img/dh_btn.png') 0 69px !important;
}

.buttons .label{
	float: left;
	overflow: hidden;
	display: block;
	padding: 4px 20px;
	color: #000000;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	background: none;
}