.click-menu {
	width: 135px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	background-color: #003399;
}
.click-menu .box1 {
	background-color: #003366;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #369;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #336699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #003;
	border-left-style: solid;
	font-size: 11px;
	font-family: Arial;
	border-left-width: 8px;
	border-left-color: #336699;
}
.click-menu .box1-hover {
	background-color: #6699cc;
	font-weight: normal;
	padding: 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #369;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #336699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #003;
	border-left-style: solid;
	font-size: 11px;
	font-family: Arial;
	display: block;
	cursor: hand;
	border-left-width: 8px;
	border-left-color: #336699;
}
.click-menu .box1-open {
	background-color: #003366;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #369;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #336699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #003;
	border-left-style: solid;
	font-size: 11px;
	font-family: Arial;
	border-left-width: 8px;
	border-left-color: #336699;
}
.click-menu .box1-open-hover {
	background-color: #6699cc;
	font-weight: normal;
	padding: 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #369;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #003;
	border-left-style: solid;
	font-size: 11px;
	font-family: Arial;
	display: block;
	cursor: hand;
	border-left-width: 8px;
	border-left-color: #336699;
}
.click-menu .section {
	background-color: #003366;
	font-family: Arial;
	font-size: 11px;
	display: none;
	color: #FFFFFF;

}
.click-menu .section a {
	text-decoration: none;
	white-space: nowrap;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;

}
.click-menu .section a:hover {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;

}
.click-menu .box2 {
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #CCCCCC;
	background-color: #0470C8;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF;
	text-decoration: none;
	height: 15px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #0066FF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066FF;
}
.click-menu .box2-hover {
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #37A4FD;
	font-weight: normal;
	color: #F8F8F8;
	text-decoration: none;
	display: block;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #0066CC;
	height: 15px;
	padding: 0px 0px 0px 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;

}
.click-menu .section .active,
.click-menu .section .active:hover {
	color: yellow;
	width: 120px;
}
