
/* Main menu settings */
#centeredmenu {
	padding:0;
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	font-family: 'NanumGothic';
	width:951px;
}

/* Top menu items */
#centeredmenu ul {
	position:relative;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	background:#0c80b7;
}
#centeredmenu ul li {
	padding:0;
	margin:0;
	float:left;
	position:relative;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	text-decoration:none;
	color:#fff;
	font-size:14px; /* Menu text size */
}
#centeredmenu ul li.active a {
	color:#ffc3a3;
}
#centeredmenu ul li a:hover {
	color:#ffc3a3;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	color:#fff;
}

/* Submenu items */
.subcontainer{
	position: absolute;
	left:-15px;
	width:980px;
	padding-left:10px;
	background:#535353;
}
#centeredmenu ul .subcontainer ul {
	display:none; /* Sub menus are hidden by default */
	float:left;
	width:108.5px;
	max-width:109px; /* width of the drop-down menus */
	background:#535353;
	padding:10px 0;
}
#centeredmenu ul .subcontainer  ul li {
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	line-height:105%;
	width:108.5px;
	max-width:109px;
}
#centeredmenu ul .subcontainer  ul li a{
	color:#fff;
	padding: 3px 0;
	text-align:left;
	font-size:11px;
	line-height:125%;
}
#centeredmenu ul .subcontainer  ul li a:hover{ color: #ffedbb; }
	
/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

.left1{left:-15px;}
.left2{left:-118px}
.left3{left:-224px;}
.left4{left:-330px;}
.left5{left:-433px;}
.left6{left:-539px;}
.left7{left:-645px;}
.left8{left:-751px;}
.left9{left:-857px;}

.col1{margin-left:20px;}
.col1{margin-left:20px;}
.col1{margin-left:10px;}
.col1{margin-left:15px;}
.col1{margin-left:16px;}
.col1{margin-left:0;}
.col1{margin-left:19px;}
.col1{margin-left:20px;}
.col1{margin-left:10px;}