.click-menu {
    width: 125px;
}
.click-menu .box1 {
	background-color: #3585C4;
	color: #8FBADD;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	padding: 4px 8px;
	cursor: default;
	position: relative;
	border: 1px dotted #8FBADD;
}
.click-menu .box1-hover {
	background-color: #8FBADD;
	color: #3585C4;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	padding: 4px 8px;
	cursor: default;
	position: relative;
	border: 1px dotted #3585C4;
}
.click-menu .box1-open {
	background-color: #0172B6;
	color: #8EB8DE;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	padding: 4px 8px;
	cursor: default;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #91BCDF;
	border-right-color: #91BCDF;
	border-bottom-color: #91BCDF;
	border-left-color: #91BCDF;
}
.click-menu .box1-open-hover {
	background-color: #0172B6;
	color: #90BDDE;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	padding: 4px 8px;
	cursor: default;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #0172B6;
	border-right-color: #0172B6;
	border-bottom-color: #0172B6;
	border-left-color: #0172B6;
}
.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;
}
.click-menu .section {
	background-color: #8EBCDD;
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 5px 6px 5px;
	display: none;
	color: #0172B6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #0172B6;
	border-right-color: #0172B6;
	border-bottom-color: #0172B6;
	border-left-color: #0172B6;
}
.click-menu .section a {
	color: #0172B6;
	text-decoration: none;
	white-space: nowrap;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.click-menu .section a:hover {
	color: #8DB9DE;
	text-decoration: none;
	white-space: nowrap;
	background-color: #0172B6;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
    background: #0172B6;
}
.click-menu .section .active,
.click-menu .section .active:hover {
}

