/* ------------------------------------------ */
/* ------------ common settings ------------- */

.hge-menu-box {
	padding: 1px;
	margin: 0px;
	background: #b4c5e8;
}

.hge-menu-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: #b4c5e8;
}

.hge-menu-list:hover, .hge-menu-list.over {
	display: block;
}

.hge-menu-list li {
	display: inline;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	background: #b4c5e8;
}

.hge-menu-list li a {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #b4c5e8;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	color: #ffffff;
}

.hge-menu-list li a div {
	background: rgb(0, 48, 156);
	height: 25px;
}

.hge-menu-list li a span {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 10px 0px 3px;
	white-space: nowrap;
}

.hge-menu-list li a img {
	position: absolute;
	top: 5px;
	right: 5px;
}


/* ------------------------------------------ */
/* --------------- main menu ---------------- */

.hge-menu-0 {
	position: absolute;
	top: 180px;
	left: 0px;
	z-index: 999;
	width: 180px;
	background: solid;
}

.hge-menu-0 li:hover .hge-menu-link-0 div, .hge-menu-0 li.over .hge-menu-link-0 div {
	background: rgb(255, 203, 113);
	cursor: pointer;
}

.hge-menu-0 li:hover .hge-menu-1, .hge-menu-0 li.over .hge-menu-1 {
	display: block;
}


/* ------------------------------------------ */
/* ------------ first sub menu -------------- */

.hge-menu-1 {
	position: absolute;
	top: -1px;
	left: 180px;
	display: none;
	width: 210px;
}

.hge-menu-1 a span {
	font-weight: normal;
}

.hge-menu-1 li:hover .hge-menu-link-1 div, .hge-menu-1 li.over .hge-menu-link-1 div {
	background: rgb(255, 203, 113);
	cursor: pointer;
}

.hge-menu-1 li:hover .hge-menu-2, .hge-menu-1 li.over .hge-menu-2 {
	display: block;
}


/* ------------------------------------------ */
/* ------------ second sub menu ------------- */

.hge-menu-2 {
	position: absolute;
	top: -1px;
	left: 210px;
	display: none;
	width: 145px;
}

.hge-menu-2 li:hover .hge-menu-link-2 div, .hge-menu-2 li.over .hge-menu-link-2 div {
	background: rgb(255, 203, 113);
	cursor: pointer;
}

.hge-menu-2:hover, .hge-menu-2.over {
	display: block;
}

