a {
	color: rgb(102, 102, 102); text-decoration: none;
}
.nav-area {
	margin: 0px auto; border-radius: 5px; width: 90px; height: 28px;
}
.nav-area li.menu {
	list-style: none;
}
.nav-area > li.menu {
	padding: 0px; float: left; position: relative;
}
.nav-area > li.menu > a {
	padding: 0px 10px; height: 28px; color: rgb(255, 255, 255); line-height: 28px; font-size: 14px; text-decoration: none; float: left;
}
.nav-area > li.menu:hover > a {
	background-position: center; background-repeat: no-repeat;
}
.nav-area > li:first-child.menu > a {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.nav-area > li:last-child.menu > a {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.nav-area > li.menu:hover > div {
	
}
.nav-area > li.menu > div {
	background: rgb(255, 255, 255); padding: 10px; left: 0px; top: 28px; overflow: hidden; display: none; position: absolute; box-shadow: 0px 8px 8px rgba(0,0,0,0.3);
}
.nav-area > li.menu > div p {
	color: rgb(102, 102, 102);
}
.nav-area > li.menu > div.right {
	left: auto; right: 0px;
}
.container-are1 {
	line-height: 15px; font-size: 11px;
}
.container-are1 {
	width: 90px;
}
.container-are1 .highlighted {
	background: rgb(228, 251, 255); padding: 20px; width: 95px; margin-left: -10px; border-top-color: rgb(128, 128, 128); border-bottom-color: rgb(128, 128, 128); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.clearfix::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: ".";
}
