.click-menu {
	width: 150px;
}
.click-menu .box1 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	position: relative;
	cursor: pointer;
	background: url(../pics/button.png) no-repeat;
	line-height: 23px;
}
.click-menu .box1-hover {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	position: relative;
	cursor: pointer;
	background: url(../pics/button.png) no-repeat;
	line-height: 23px;
}
.click-menu .box1-open {
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	position: relative;
	cursor: pointer;
	background: url(../pics/button_click.png) no-repeat;
	line-height: 23px;
}
.click-menu .box1-open-hover {
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	position: relative;
	cursor: pointer;
	background: url(../pics/button_click.png) no-repeat;
	line-height: 23px;
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
	line-height: 22px;
}
.click-menu .section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	display: none;
	font-style: italic;
	font-weight: bold;
	width: 150px;
}
.click-menu .section a {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
.click-menu .section a:hover {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}
.click-menu .box2 {
	background-color: #BBFFBB;
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
}
.click-menu .box2a {
	background-color: #E6FFE6;
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
}

.click-menu .box2-hover {
	background-color: #0066FF;
	cursor: pointer;
}

.click-menu .box2a-hover {
	background-color: #0066FF;
	cursor: pointer;
}



.click-menu .section .active,
.click-menu .section .active:hover {
    color: yellow;
}

.b1e, .b2e, .b3e, .b4e{font-size:1px; overflow:hidden; display:block;}
.b1e {
	height:1px;
	background:#BBFFBB;
	margin:0 5px;
}
.b2e {
	height:1px;
	background:#BBFFBB;
	margin:0 3px;
}
.b3e {
	height:1px;
	background:#BBFFBB;
	margin:0 2px;
}
.b4e {
	height:2px;
	background:#BBFFBB;
	margin:0 1px;
}

