@charset "utf-8";
/* CSS Document */

body {
	font-family: 굴림;
	font-size: 12px;
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
		

a img {
	border: 0;
	}

/* 스크린 레이아웃 */

div#main_menu_layout {
	position: relative; 
	width: 100%; 
	height: auto;
	}
	
	
div#main_menu_layer {
	position: relative; 
	width: 100%; 
	height: 30px; 
	background-image: url(/images/main_menu/main_top_bg.jpg); 
	background-repeat: repeat-x;
	}
	
div#main_menu_layer_center {
	position: relative; 
	width: 960px; 
	height: 30px; 
	margin: 0 auto;
	}
	

/* 메인 메뉴 */

div#sub_layer {
	position: relative; 
	width: 100%; 
	height: auto;
	}

div#sub_layer_center {
	position: relative; 
	width: 958px; 
	height: 30px; 
	margin: 0 auto; 
	border: 1px #6c6d6d solid; 
	border-top: none; 
	background: url(/images/main_menu/submenu_bg.jpg) repeat-x;
	}
	
div#reconmmend_course {
	position: relative; 
	width: 151px; 
	height: 29px; 
	float: left; 
	margin: 0 auto;
	overflow: hidden;
	}
div#reconmmend_course:hover {
	cursor: hand;
	}
	
div#menu_child {
	position: relative; 
	width: 807px; 
	height: 29px; 
	float: left; 
	margin: 0 auto; 
	overflow: hidden;
	}
	
ul.submenu {
	margin: 0 0 0 18px;
	padding: 0;
	}

ul.submenu li {
	display: block;
	list-style-type: none;
	font-family: "굴림";
	font-size: 12px;
	background-attachment: fixed;
	color: #666666;
	word-spacing: 2em;
	letter-spacing: 0em;
	width: auto;
	height: 12px; 
	text-align: center;
	float: left;
	margin: 9px 25px 0 0;
	}
	
ul.submenu li a:link {
	color: #666666;
	text-decoration: none;
	}

ul.submenu li a:visited {
	color: #666666;
	text-decoration: none;
	}

ul.submenu li a:hover {
	display: block;
	border-bottom: 1px #666666 dotted;
	color: #990000;
	font-weight: bold;
	}

ul.submenu li a:active {
	display: block;
	border-bottom: 1px #666666 dotted;
	color: #000066;
	font-weight: bold;
	}

