/* CSS Tabs */
#navlist {
        padding: 5px 0;
        margin: 4px 0 4px;

        font: 12px ±¼¸²;
		float:left;
}

* html #navlist {
        margin: 5px 0 2px;
	float:left;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 5px .8em 5px .8em;
        margin-right: 5px;
        border: 1px solid #c1c1c1;
	  border-bottom:none;
	  *border-bottom: 1px solid #c1c1c1;
        background: #f3f3f3;
        text-decoration: none;
	  font-family:"¸¼Àº °íµñ";
	  font-size:12px;
	  display:inline-block;
	  height: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){


}

/*
#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }
*/

#navlist li a:hover {
        color: #000;
        background: #ffffff;
        border-color: #227;
}

#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
	  display:inline-block;
}

#navlist li a#link1 {
        background: white;
        border-bottom: 1px solid white;
}

.title_bg {background-color:#f9f9f9;}
.title_bg_02 {background-color:#c1c1c1; height:2px;}
.title_bg_03 {background-color:#c1c1c1; height:1px;}
.title_name {color:#464646; font-family:"µ¸¿ò"; font-size:11px; padding-top:4px;}

.navcontainer {border-bottom: 1px solid #c1c1c1; height: 36px; *height: 36px; display: inline-block; margin-bottom: 1px; width: 900px;}
.nav_hot {float:right; padding:8px 5px 0 0;}
.nav_hot2 {float:right; padding:16px 5px 0 0;}
.nav_hot p {margin:0; padding:8px 5px 0 0; font-weight:bold;}
