@charset "utf-8";

#wrap {
	width: 980px;
}

#top_menu {
	height: 30px;
}

.top_menu_text {
	font-family:굴림; 
	font-size:11px; 
	color: #a3a3a3;
}
.top_menu_text a:link	{ color: #a3a3a3;	}
.top_menu_text a:visited	{ color: #a3a3a3;	}
.top_menu_text a:active	{ color: #a3a3a3;	}
.top_menu_text a:hover {	color: #FFFFFF;	 }


.under_menu_text {
	font-family:굴림; 
	font-size:12px; 
	color: #FFFFFF;
}
.under_menu_text a:link	{ color: #FFFFFF;	}
.under_menu_text a:visited	{ color: #FFFFFF;	}
.under_menu_text a:active	{ color: #FFFFFF;	}
.under_menu_text a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}



#left_ul {
	margin: 0px;
	padding: 0px;
}

#left_li {
	width:20%;
	height:26px; 
	float:left;
	background-color:rgb(18,18,18);
}


#drop_down {
	margin: 0;
	padding: 0;
}
 
#drop_down li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#drop_down li a.menu_home {  
	width: 200px;
	height: 30px;
	line-height:30px;
	display: block;
	text-align: center;
	background: #000000;
	font-size:12px; 
	color: #FFF;
	text-decoration: none;
}
 
#drop_down li a.menu {  
	width: 195px;
	height: 30px;
	line-height:30px;
	display: block;
	text-align: center;
	background: #5970B2;
	font-size:12px; 
	color: #FFF;
	text-decoration: none;
}
 
#drop_down li a.menu:hover {
	background: #49A3FF;
}
 
.submenu {
	width: 195px;
	background: #EAEBD8;
	visibility: hidden;
	position: absolute;
	z-index: 3;
}
 
.submenu a {
	display: block;
	font: 11px arial;
	text-align: left;
	text-decoration: none;
	padding:5px;
	color: #2875DE;
}

.submenu a:hover {
	background: #49A3FF;
	color: #FFF;
}

