.clic-menu a
{
	color: Black;
}
.click-menu a:hover
{
	background-color: Transparent;
	color: Black;
}
.click-menu {
	width: 168px;
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	background-color: #97CDF9;
}
.click-menu .box1 {
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	color: black;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6D9793;
	border-left-style: none;
	font-size: 11px;
	font-family: Tahoma;
	border-left-width: 0px;
	border-left-color: #336699;
	cursor: hand;
	height: 20px;
}
.click-menu .box1-hover {
	background-color: #97CDF9;
	font-weight: normal;
	padding: 2px 5px;
	color: #003399;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6D9793;
	border-left-style: none;
	font-size: 11px;
	font-family: Tahoma;
	display: block;
	cursor: hand;
	height: 20px;
}
.click-menu .box1-open {
	font-weight: normal;
	padding: 2px 5px;
	color: #003399;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6D9793;
	border-left-style: none;
	font-size: 11px;
	font-family: Tahoma;
	display: block;
	cursor: hand;
	height: 20px;	
}
.click-menu .box1-open-hover {
	background-color: #97CDF9;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	color: #003399;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6D9793;
	border-left-style: none;
	font-size: 11px;
	font-family: Tahoma;
	border-left-width: 0px;
	border-left-color: #336699;
	cursor: hand;
	height: 20px;	
}
.click-menu .section {
	background-color: #C8E6FF;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	color: black;
}
.click-menu .section a {
	text-decoration: none;
	white-space: nowrap;
	font-family: Tahoma;
	font-size: 10px;
	color: black;
}
.click-menu .section a:hover {
	color: black;
	text-decoration: none;
	white-space: nowrap;
}
.click-menu .box2 {
	background-color: #C8E6FF;
	font-weight: normal;
	padding-top: 3px;	
	padding-right: 10px;
	padding-left: 10px;
	color: black;
	text-decoration: none;
	height: 20px;
}
.click-menu .box2-hover {
	background-color: #C8E6FF;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	color: black;
	text-decoration: none;
	height: 20px;
}