@charset "utf-8";
/* CSS Document */
#gnb {
	margin: 0;
	padding: 0;
	overflow:hidden;
	z-index:1
}
#gnb li {
	float: left;
	list-style: none;
    color: #666666;
    font-size: 0.7em;
	z-index:1
}
	
#gnb li a {
	display: block;
	padding: 0px 0px;
	text-decoration: none;
	z-index:1;
	border-right: 0px solid white;
	color: #d5e1ee;
	white-space: nowrap
}
#gnb li a:hover {
	background: #d5e1ee;
	z-index:1;
}


#gnb li ul {
	width:150px;
	margin: 0;
    padding-left: 20px;
	position: absolute;
	display:none;
	z-index:1;
	border-top: 1px solid white
}
#gnb li ul li {
	float: none;
	display: inline;
	z-index:1
}

#gnb li ul li a {
	width:150px;
    padding-left: 20px;
	background: #d5e1ee;
	color: #24313C;
	z-index:1
}
#gnb li ul li a:hover {
	background: #b1c9e2;
	z-index:1
}
